Added support for quadratic Bezier curves in Skia icons.
Quadratic Bezier curves are represented in SVGs through the q and t path parameters (or Q and T for absolute coordinates). Currently, we only take cubic bezier curves (c and s) into account in paint_vector_icon.cc. Change-Id: I06dd63894e090a27583841a336501975011c2858 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138555Reviewed-by:Evan Stade <estade@chromium.org> Commit-Queue: Federico Paredes <fedpar@microsoft.com> Cr-Commit-Position: refs/heads/master@{#757171}
Showing
Please register or sign in to comment