When I set strokeSVGText to false texts in svg images disappears.
This happens with some pdf viewers and sometimes when printed.
I tested this with fop-0.20.4  and  fop-0.20.5rc2.
No problems when strokeSVGText is true but quality is then bad, as we
know.


Example SVG image:
----------
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20000303 Stylable//EN"
"http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd";
>
<svg xml:space="preserve" width="5.5in" height=".5in">
<text style="fill:blue;" y="15"> "HELLO WORLD" </text>
</svg>
----------

and fo:
----------
...
<fo:block break-before="page" font-size="12pt" line-height="12pt" >
<fo:instream-foreign-object>
<svg xmlns="http://www.w3.org/2000/svg"; width="200" height="200" >
<g>
<image x="0" y="0" width="200" height="200" xlink:href="file:hello.svg" />
</g>
</svg>
</fo:instream-foreign-object>
</fo:block>
...
---------


Is this a known problem? I can't find explanation.


Raimo Manninen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to