Does your dynamically loaded SVG include a 'viewBox' attribute in its <svg> 
element? You need to specify the bounding-box of the area to render, otherwise 
SVG doesn't know how big the image is!

Example:

<svg viewBox="0 0 1600 1200">
...
</svg>


-----
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/
 



Reply via email to