My svg contents get distorted too, when printing large formats with ASV3 in IE. Can somebody provide an example of how to "embed the svg file as an image"?
--- In [EMAIL PROTECTED], Bill Thoen <[EMAIL PROTECTED]> wrote: > Hi Trevor, > > This works great! I actually am using multiple viewBoxes in my > SVG file (one to handle lat/long coordinates for map features, > one to handle feature labels, and one defined in inches for > cartographic labels and other map furniture.) As long as I'm > careful with the scales and make sure that the width & height > dimensions cover the same space, it all does work out okay. > > The only minor problem is that MSIE will only print the top left > corner of the map if the image is bigger than the paper. I had > hoped it would span multiple pages and print the map in panels. > But for serious work, I'd use a large-format plotter anyway. At > least now I know the trick. > > - Bill Thoen > > [EMAIL PROTECTED] wrote: > > > > Bill > > > > If you embed the svg file as an image (<img .../>) in an html document and > > set the image size (eg width="200" height="150"), it will print to the size > > of the image area. If you set the svg size to width="100%" height="100%" > > (best to define a viewBox), the image will fill the area set by the image > > tag. So by varying the size of the image area, you can make the image as big > > or as small as you like and it will print okay. > > ... ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

