I'm confused about the transform-origin property.
According to the latest SVGV 2 draft it's a required CSS property.
According to the MDN page on SVG Presentation Attributes it's not a CSS properties that can be used as attributes on SVG elements. However according to that same page, most browsers support it as an attribute. And according to the MDN page on transform-origin it sounds like it is an SVG attribute.
Other SVG user agents/editors such as Inkscape don't seem to support it either as an attribute or as a style property. Inkscape uses its own inkscape:transform-center-x and inkscape:transform-center-y attributes instead.
Is
transform-origina standard SVG 2 attribute?If not, why do browsers support a
transform-originattribute?Is there any plan to clear up its standardization?