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.
The text was updated successfully, but these errors were encountered:
This is re-opening this issue, which is likely too stale to get eyes on it
React version: 18
Steps To Reproduce
transform-origin
being invalidThe current behavior
transform-origin
is not recognized as a valid attributeThe expected behavior
transform-origin
should be recognized as a valid attribute.From the previous issue, I wrote:
My understanding of the SVG spec reference above is that we should consider this to be valid now.
The text was updated successfully, but these errors were encountered: