Hi,
the scaling of the SVG image has nothing to do with the method of embedding. It scales with all of these methods: <object/>, <iframe/>, <embed/> if you properly set a viewBox attribute and then set the width and height attribute of the <svg/> (root element) to 100%.
<object /> is the preferred method of W3C, but with Internet Explorer and the Adobe SVG viewer, esp. when used with scripting, it doesn't always work. For that reason I stil use <embed/>. As soon as Internet Explorer has native SVG support or a better SVG plugin will replace the Adobe viewer, a change to the <object/> element is highly recommended.
Hope this helps, Andreas
The SVG logo page (http://www.svglogo.com/logo.html) uses the <iframe> tag, and i did a bit of experimenting with it, as it seems that when you set the size of the frame, the svg resizes rather than turncate it like the object tag does...
cheers,
ryanlerch
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user