Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
2.5
-
None
-
None
-
Operating System: Linux
Platform: PC
-
47978
Description
Hi,
I've set this up in my xconf file:
<renderer mime="application/pdf">
...
<xml-handler namespace="http://www.w3.org/2000/svg">
<stroke-text>true</stroke-text>
</xml-handler>
...
</renderer>
When I use fop-0.95, the SVG text inside my FO is rendered as curves, which is what I want, but when I try the same thing with trunk, the options is ignored and I still get actual text (which is not being rendered as nicely as text-to-curve).
I also tried sprinkling some println's inside the PDFSVGHandler class in trunk, and it seems that the whole class is being bypassed in trunk, while it is being used in fop-0.95.
Thanks,
Shahriar.