dompdf / php-svg-lib

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

Styles from <defs> section not applied to the elements #98

Closed ljadrbln closed 4 months ago

ljadrbln commented 1 year ago

Hello,

If svg file contains next construction generated image in the pdf file will be black:

<defs>
    <style>
        .cls-1 {
            fill: #d4d1c0;
        }
    </style>
</defs> 

SVG: rabbit

PDF: image