--- In svg-developers@yahoogroups.com, "pothoven" <[EMAIL PROTECTED]> wrote:


> Unfortunately, the embed option for IE really isn't an option since I
> have no file to point the src to as the SVG was generated dynamically.
>  Since the embed tag isn't part of the w3c spec and doesn't support
> inline data ('data:image/svg+xml,'+ theSvgData) I can't add it inline.

Well you could always load some empty dummy SVG document (e.g.
  <svg xmlns="http://www.w3.org/2000/svg";></svg>
) in the embed element and then later add elements to that document,
even if those elements are dynamically created.
But it's your choice, if the inline SVG works for you, it is certainly
in some ways nicer than using an embed element.






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