Re: [svg2] transform on <svg>

SVG 1.1 already has transforms on SVG in one limited case: SVG fragment
identifiers.

In Firefox they work just like transforms on foreignObject, g etc. i.e.
they get applied to x, y, width and height attributes.

At any rate it ought to be consistent whether we have an inner <svg>
element or the outer one.

Robert.

Received on Monday, 8 December 2014 16:42:34 UTC