|
You have to define the xlink namespace or the parser doesn’t know what that namespace refers to.� You define it just like you defined the svg namespace, so your svg:svg line should probably be:
<svg:svg width=”3.1cm” height=”3.6cm” xmlns:svg=”http://www.w3.org/2000/svg” xmlns:xlink=”http://www.w3.org/1999/xlink”>
� (*Chris*)
From: Selber
Jean-Fran�ois [mailto:[EMAIL PROTECTED]
Hello
I want to embed a svg in my fo code but this svg has an image and it doesn't work
can someone help me? (see fop code) thanks jf
fop code: <fo:instream-foreign-object>
<svg:rect x="0" y="0"
width="3cm" height="3.5cm"
fill="black"></svg:rect>
</svg:svg>
</fo:instream-foreign-object>
error: |
- embeded svg with <svg:image problem Selber Jean-Fran�ois
- Re: embeded svg with <svg:image problem Clay Leeds
- RE: embeded svg with <svg:image problem Chris Pratt
- RE: embeded svg with <svg:image problem Andreas L. Delmelle
