Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.1
-
None
-
None
-
None
Description
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:
public void draw(Graphics2D graphics2d, AttributedCharacterIterator aci) { // NOP }
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