Bug 47978 - stroke-text config option seems to be ignored by trunk.
Summary: stroke-text config option seems to be ignored by trunk.
Status: NEW
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: svg (show other bugs)
Version: trunk
Hardware: PC Linux
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-11 10:42 UTC by Shahriar Aghajani
Modified: 2012-05-31 15:51 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shahriar Aghajani 2009-10-11 10:42:09 UTC
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.
Comment 1 Glenn Adams 2012-04-07 01:41:57 UTC
resetting P2 open bugs to P3 pending further review