Move stroke-dasharray property into CSSPropertyParser
Move stroke-dasharray property handling from LegacyCSSPropertyParser into CSSPropertyParser. With this change the stroke-dasharray produces UserUnits CSSPrimitiveValues instead of Pixels. This caused regressions on interpolation tests, I added UserUnits to the unitTypeToLengthUnitType switch to fix this. BUG=499780 Review URL: https://codereview.chromium.org/1442233002 Cr-Commit-Position: refs/heads/master@{#361069}
Showing
Please register or sign in to comment