https://issues.apache.org/bugzilla/show_bug.cgi?id=47978 Summary: stroke-text config option seems to be ignored by
trunk.
Product: Fop
Version: 1.0dev
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: svg
AssignedTo:
fop-dev@...
ReportedBy:
aghajani.lists@...
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.
--
Configure bugmail:
https://issues.apache.org/bugzilla/userprefs.cgi?tab=email------- You are receiving this mail because: -------
You are the assignee for the bug.