You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Jan Tošovský (JIRA)" <ji...@apache.org> on 2017/01/08 20:57:58 UTC

[jira] [Commented] (FOP-2677) Text in SVG with applied filter is not rendered

    [ https://issues.apache.org/jira/browse/FOP-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15810005#comment-15810005 ] 

Jan Tošovský commented on FOP-2677:
-----------------------------------

I've partially fixed this, however, my code renders just bounding box of each character instead of actual glyph outline, see https://issues.apache.org/jira/browse/FOP-2678

> 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: 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)