--- In [email protected], "nboire" <[EMAIL PROTECTED]> wrote:
> Problem with link:href in svg under firefox1.5 > > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" > "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> > <svg xmlns="http://www.w3.org/2000/svg" > xmlns:xlink="http://www.w3.org/1999/xlink"> > <defs> > <path id="linebaseH" d="M100 100 H250" > style="fill:none;stroke:black;stroke-width:0.1"/> > <text id="txt1">txt1</text> > </defs> > > <use xlink:href="#linebaseH"/> > <textPath xlink:href="#linebaseH"> > <tref id="title1" dx="0" dy="0" xlink:href="#txt1" /> > </svg> That example is not even well-formed, the end tag for the textPath element is missing. As for Firefox 1.5, the implementation status here <http://www.mozilla.org/projects/svg/status-ff15.html> says that neither tref or textPath are implemented. The <use xlink:href="#linebaseH"/> to that defined path works for me with Firefox with a well-formed XML document. ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/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/

