Re: [svgwg] Support transform-origin as a presentation attribute (#688)

@cdoublev I'm not sure how you comment relates to this bug.

Coords in a `transform-origin` would behave the same whether they are in a presentation attribute, or in a CSS rule.  The only real difference would be in the parsing. Presentation attributes have slightly different parsing rules.  For example, they don't need units.

> you want to rotate a path around one of its point located at 200, 200, you should use transform-origin="100 100"

If I understand you correctly, then no.  You would use `transform-origin="200 200"`.


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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 12 January 2021 11:57:15 UTC