[
https://issues.apache.org/jira/browse/FOP-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Advertising
Jan Tošovský updated FOP-2677:
------------------------------
Attachment: font-relief.svg
envelope-after.pdf
> [PATCH] Text in SVG with applied filter is not rendered
> -------------------------------------------------------
>
> Key: FOP-2677
> URL: https://issues.apache.org/jira/browse/FOP-2677
> Project: FOP
> Issue Type: Bug
> Affects Versions: 2.1
> Reporter: Jan Tošovský
> Attachments: FOP-2677.patch, envelope-after.pdf, envelope.fo,
> envelope.pdf, font-relief.svg
>
>
> When attached XSL-FO with referenced SVG file is processed with FOP into PDF,
> the text is not rendered.
> It is caused by org.apache.fop.svg.font.FOPGVTGlyphVector.draw method:
> {code:java}
> public void draw(Graphics2D graphics2d, AttributedCharacterIterator aci) {
> // NOP
> }
> {code}
> The text to render is finally passed to this method, but it does nothing.
> Originally reported as Batik Transcoder issue
> https://issues.apache.org/jira/browse/BATIK-1133
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)