DescriptionMove remaining SVG properties into CSSPropertyParser
Move remaining SVG property handling from
LegacyCSSPropertyParser into CSSPropertyParser.
With this change, the properties baseline-shift,
stroke-width and stroke-dashoffset will show
computed style without pixel units when set
using user units. Also support for percentages
in the opacity properties is removed as this
is not specified anywhere in the SVG specs.
BUG=499780
Committed: https://crrev.com/53c8da9fe520c90bc1ae325dd4e0513b7851a56c
Cr-Commit-Position: refs/heads/master@{#362311}
Patch Set 1 #Patch Set 2 : Fix ASSERT #Patch Set 3 : Different props #Patch Set 4 : All remaining SVG props #Patch Set 5 : Rebase #
Total comments: 12
Patch Set 6 : Test removing percent part for opacity #Patch Set 7 : Add tests for opacity+percentage combination #Messages
Total messages: 22 (12 generated)
|