skia2/modules/svg
Tyler Denniston 1f4cd07af8 [svg] Support preserveAspectRatio for images
https://www.w3.org/TR/SVG11/struct.html#ImageElement
https://www.w3.org/TR/SVG11/coords.html#PreserveAspectRatioAttribute

We already had a function to compute the appropriate matrix, and since
we can share the functionality with other elements that establish a new
viewport (including svg, symbol, and a few others), this CL moves the
function to the SVG node base class.

Relevant test for images is struct-image-06.

Bug: skia:10842
Change-Id: I5d6261210d03959e28d0bd7189da7f4ea53abc03
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/366398
Commit-Queue: Tyler Denniston <tdenniston@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2021-02-05 15:59:10 +00:00
..
include [svg] Support preserveAspectRatio for images 2021-02-05 15:59:10 +00:00
src [svg] Support preserveAspectRatio for images 2021-02-05 15:59:10 +00:00
tests Reland "[svg] Plumb a ResourceProvider" 2021-01-27 21:12:23 +00:00
utils Reland "[svg] Plumb a ResourceProvider" 2021-01-27 21:12:23 +00:00
BUILD.gn Reland "[svg] Plumb a ResourceProvider" 2021-01-27 21:12:23 +00:00
svg.gni [svg] Implement <image> element 2021-02-02 22:36:05 +00:00