
Andreas Neumann-7 wrote:
You can just create one SVG file, set the width and height attribute to 100% and set a viewBox attribute defining an internal coordinate system. All of these three attributes need to go on the root element. After that you can scale the file to any size and it will adopt.
That sounds like the perfect solution. Thankyou
Andreas Neumann-7 wrote:
Also zooming is not at all limited to Opera. Other viewers support zooming as well: Batik, Adobe SVG viewer, Renesis, some commercial viewers. In fact there are more viewers that support zooming than viewers that don't.
I didn't mean to suggest other SVG viewers can't zoom. But with Opera you can zoom a HTML page and it scales everything including text, bitmap images, flash objects and SVG images. Obviously if you can use SVG images instead of bitmap images in your HTML your site will still look crisp when zoomed. IE users can zoom just the SVG image (like you can with Flash), but I don't think the HTML object size will change.