John Coe wrote:
> this was covered on this mailing list around April 27th and at this link: > http://www.focusresearch.com/gw/?p=165 > > ddailey <[EMAIL PROTECTED]> wrote: > While on the subject of in-line SVG, I was able to do lots of things > (filters, ellipses, animation. etc.), but one relatively simple thing has > eluded me: > > <svg:image id="qqq" x="30" y="0" width="240" height="300" > xlink:href="p.jpg" /> > > doesn't seem to work in-line, even though > > <image id="qqq" x="30" y="0" width="240" height="300" xlink:href="p.jpg" > /> > > works just fine in a standalone SVG document. Thanks for writing John, but unless I'm missing something (entirely possible) then that's quite different than what I want to do.I think the discussion and example you mention provides mechanisms for including a base64 encoding of an image directly in an SVG or HTML document so it doesn't have to be downloaded as a separate file as with a normal <img src=''> in HTML or <image xlink:href=''> in SVG.. I'm interested in using in-line svg (as an alternative to <embed>s or <object>s ) in HTML such as discussed at http://wiki.svg.org/Inline_SVG. Everthing I've tried works, with the exception of the svg <svg:image> tag. cheers, David ------------------------ Yahoo! Groups Sponsor --------------------~--> Everything you need is one click away. Make Yahoo! your home page now. http://us.click.yahoo.com/AHchtC/4FxNAA/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/

