Uploaded image for project: 'FOP'
  1. FOP
  2. FOP-2677

[PATCH] Text in SVG with applied filter is not rendered

    XMLWordPrintableJSON

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

      Attachments

        1. envelope.fo
          0.7 kB
          Jan Tošovský
        2. envelope.pdf
          21 kB
          Jan Tošovský
        3. envelope-after.pdf
          69 kB
          Jan Tošovský
        4. font-relief.svg
          0.7 kB
          Jan Tošovský
        5. FOP-2677.patch
          2 kB
          Jan Tošovský

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jan.tosovsky.cz Jan Tošovský
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: