You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspect console to see error about transform-origin being invalid
The current behavior
transform-origin is not recognized as a valid attribute
The expected behavior
transform-origin should be recognized as a valid attribute.
From the previous issue, I wrote:
transform-origin is now a proper SVG attribute (seen here), spec references below). I believe this is worth re-opening (and investigating whether there are other missing SVG attributes)
My understanding of the SVG spec reference above is that we should consider this to be valid now.