Re: [svgwg] Serialization format for path strings

@ewilligers We're implementing this in Gecko now and apparently Blink currently does normalization at animation time, not computed value time. That is, in the absence of animation the result from `getComputedStyle` doesn't have the commands converted to absolute equivalents. I think we agreed that it should. Is that right?

It seems like always returning absolute commands would make life easier for authors since they only need to parse the absolute commands. If that's right, is someone able to update Blink to normalize at computed value time?

-- 
GitHub Notification of comment by birtles
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/321#issuecomment-418593692 using your GitHub account

Received on Wednesday, 5 September 2018 04:12:35 UTC