Michael Voyes wrote:
<svg xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
width="3508" height="2480" viewBox="0 0 10524 7440"
overflow="visible" enable-background="new 0 0 3508 2480" xml:space="preserve">
So this says map 10524 userspace units to 3508 user agent units (almost always pixels) in other words one pixel = 10524/3508 = 3 userspace units. So to get 250 pixels in your userspace you need to make it 250*3 = 750 units wide.
What do i have to modify then to make the logo.gif fit into a 250*250 pixels box with aspect ratio preserved (logo.gif is not known by advance and thereby its dimension too) ?
However I would suggest your re-examine the desire to have a particular 'pixel' size when you are using a scalable format. I would make the image as large as looks good given your 'page' layout - remember on a printer it will be (and should be) more pixels than on a desktop screen which should be more pixels than on a PDA screen which should be more pixels than a cellphone screen. This is the whole idea around saleability.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]