DescriptionPerform "zoom compensation" for 'transform' on <svg:text>
SVGElement::calculateTransform would not compensate for effective zoom
on 'transform' for SVG <text> elements.
Refactor the code a bit so that the different parameter configurations
are selected first, and then use the same code for both <text> and non-
<text>. This makes sure that effective zoom is factored into the
computed transform for <text> as well.
BUG=665387, 369942
Committed: https://crrev.com/12ed8948ab2de41a58831f3093f8c5ca6f997493
Cr-Commit-Position: refs/heads/master@{#437927}
Patch Set 1 #
Messages
Total messages: 15 (10 generated)
|