Re: [svgwg] Definition of `transform` attribute in SVG 2 is not backward compatible to SVG 1.1 (#644)

@BigBadaboom Nope, just checked the implementation: Translation to the origin (positive translation) and then back from the origin (neg translation).

@upsuper In addition, the <number-token> gets specified by CSS syntax:
> <number-token> defined by the CSS Syntax module [CSS-SYNTAX-3].
In case you are wondering: It is not the same syntax as SVG 1.1 has for the transform attribute. (Digit is required after a dot.) But it is what implementations do.

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

Received on Monday, 11 March 2019 06:25:06 UTC