commit | 30e327e19e118a5a44d6b00cdaa2ba884334aa66 | [log] [tgz] |
---|---|---|
author | Tyler Denniston <tdenniston@google.com> | Thu Oct 29 16:29:22 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Oct 30 18:56:40 2020 +0000 |
tree | e50f01e1ae402275bc5bcf737909ed5895c63f1d | |
parent | d5e6368fffd017be63e7c13404b7ac2a07b2dd48 [diff] |
[svg] Rename gradient units type to object bounding box units It turns out that "userSpaceOnUse | objectBoundingBox" can be specified as the unit type for multiple elements, such as clips, masks, filters etc. and is not specific to gradients. The full list: https://www.w3.org/TR/SVG11/coords.html#ObjectBoundingBoxUnits Bug: skia:10842 Change-Id: I995d588862fb43b9f130f0455d7af8de47046af4 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/330616 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Tyler Denniston <tdenniston@google.com>