DescriptionRevert "Straighten out zoom and border-image"
This patch reverts https://codereview.chromium.org/1819083004 patchset
#3.
Fixing SVG zoom in border-image unfortunatly broke gradients
instead. There is a difference in how scale it applied for
zooming. For SVG a source rect (unzoomed) <-> destination rect
(zoomed) scale factor is computed and used for scaling. For gradients,
the source and destination rect are always the same (both zoomed). The
individual gradients stops are zoomed instead.
BUG=607414, 596075, 561519
Committed: https://crrev.com/6529aa5b970ab274de1ff4c0475f223930babff7
Cr-Commit-Position: refs/heads/master@{#390920}
Patch Set 1 #
Messages
Total messages: 17 (10 generated)
|