--- In [email protected], "Katherine Maguire"
Also when I have the following SVG,
<svg width="600" height="600" viewBox="0 0 600 600">
<g>
<g transform="translate(300 300)">
<ellipse rx="300" ry="250" fill="red"/>
</g>
<image x="200" y="200" width="200" height="200"
xlink:href="circle.svg"/>
</g>
</svg>
The ellipse appears plus the circle but the square inside the circle
does not, using ASV6
circle svg
<svg width="200" height="200" viewBox="0 0 200 200">
<g>
<g>
<circle id="circle1" style="fill:#3333ff;stroke-width:1;opacity:.8"
cx="100" cy="100" r="80">
</circle>
<image x="75" y="75" width="50" height="50"
xlink:href="rect.svg"/>
</g>
</g>
</svg>
rect svg
<svg width="50" height="50" viewBox="0 0 50 50">
<g>
<g>
<rect x="0" y="0" width="50" height="50"
fill="yellow" stroke="navy" stroke-width="10"/>
</g>
</g>
</svg>
Does anyone know anything about this?
<[EMAIL PROTECTED]> wrote:
>
> Hi
>
> We include other svg files using the image tag, the fonts in the
> external file are not loaded.
>
> <image x="20" y="5" width="141.7325" height="15"
> xlink:href="457096_266874.svg" id="_H00495660NL"/>
>
> When viewing the fonttest.svg, the symbol fonts are shown as normal
> charactors instead of symbols.
>
> Does anyone know why this does not work, when 457096_266874.svg is
> viewed in IE by itself it views correctly but as part of
fonttest.svg
> it views which incorrect fonts.
>
> I have uploaded fonttest.zip, which contains fonttest.svg and
> 457096_266874.svg plus fonts.
>
> Thank you
>
> Katherine
-----
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/