Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27214

    Hi,

    I am trying to render an SVG to PDF, however the textPath is not coming out as expected….it seems that textPath is not linking to the path element like it should and thus the text is not coming out at the correct angle

    IKKS

    any help much apprectiated

    #30207

    PD4ML v3 includes our simple SVG renderer, which unfortunately does not support text paths.

    PD4ML v4 allows to replace our custom SVG renderer with Batik component. As Batik is very strict to SVG syntax, I had to modify the SVG code to

    [language=html:x4tl8dd5] IKKS [/language:x4tl8dd5]

    After that it successfully produced the attached PDF

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.