in reply to Re: Re: Scaling the values in a document
in thread Scaling the values in a document

Section 7.4 of the SVG specs show how to create a new coordinate system, presumably on your <g> tag. Specifcly, for this, add a transform="scale(0.5)" on the g tag.


Confession: It does an Immortal Body good.

  • Comment on Re: Re: Re: Scaling the values in a document