dompdf / php-svg-lib

SVG file parsing / rendering library
GNU Lesser General Public License v3.0
1.39k stars 77 forks source link

tspan tags are ignored #121

Closed fateenarinah closed 1 month ago

fateenarinah commented 1 month ago

I am trying to display SVG images with tspan tag in them but the image is rendered incorrectly.

bsweeney commented 1 month ago

This is a known deficiency in the library. It was previously reported in #64. Watch that issue for updates.

bsweeney commented 1 month ago

Duplicate of #64