Jan Tošovský created FOP-2677:
---------------------------------
Summary: 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ý
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)