Re: SVG 1.1 Spec Rec - 7.6 The Transform Attribute

>     <rect width=3D"30" height=3D"30" fill=3D"orange" transform=3D" translate(200,0) rotate(45)"/>

It was my understanding that the order of attributes in XML (and SGML)
was not significant (in ASN.1 terms, they are sets, not sequences).
As such, your problem comes down to specifying the order in which
transformation in the same tag (I meant tag, although in this case it
is also the whole element) are applied.

Received on Wednesday, 26 January 2005 06:43:36 UTC