So I did not understood the answer ! I've tried the example as I am
interested too on how could I use an svg into an other and the version
bellow seem to look logic for me like that. I can see now the only way in
which I would have to eliminate the header of the svg file and the footer
and than to add the "real" content, tro an existing svg before </svg>
element which is ending the file. Is it the only method ?


      6. Re: <image> with svg files problem
           From: "erikvail" <[EMAIL PROTECTED]>
Message: 6
   Date: Thu, 16 Feb 2006 10:33:15 -0000
   From: "erikvail" <[EMAIL PROTECTED]>
Subject: Re: <image> with svg files problem

Actually it does not work for me in IE 6 and Adobe Viewer 3.03 Build 94.
Thanks
Erik

--- In [email protected], "Robert Russell"
<[EMAIL PROTECTED]> wrote:
>
> Right. The SVG standard says that what you're doing is correct, but
> Firefox doesn't support it. See #4 in the list at
>
http://blog.codedread.com/archives/2005/12/13/top-10-things-to-fix-for-firefoxs-svg-implementation/
>
>
>
> Vote up bug 272288 if you want to see it fixed. ( at
> https://bugzilla.mozilla.org/show_bug.cgi?id=272288 ).
>
> --- In [email protected], "erikvail" <erikvail@> wrote:
> >
> > Actually I want to embed the svg file which embeds an image.
> > That's not working. Embeding a .png in svg works fine but embeding a
> > svg with images in onother svg does not.
> > Exemples:
> > The svg_width_svg.svg (Here I can't see the image - the problem)
> >
> > <?xml version="1.0"?>
> > <svg:svg xmlns:svg="http://www.w3.org/2000/svg";
> > xmlns:xlink="http://www.w3.org/1999/xlink";>
> >
> >     <svg:image x="1" y="1" width="30" height="30"
> > xlink:href="svg_with_image.svg"/>
> >
> > </svg:svg>
> >
> > svg_with_image.svg (Here I can see the image)
> >
> >
> > <?xml version="1.0"?>
> > <svg:svg xmlns:svg="http://www.w3.org/2000/svg";
> > xmlns:xlink="http://www.w3.org/1999/xlink";>
> >
> >     <svg:image x="1" y="1" width="100" height="100"
> > xlink:href="test.png"/>
> > </svg:svg>
> >
> > Thank you for the help!
> > Erik




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