dompdf / php-svg-lib

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

Support colors with alpha #68

Closed bsweeney closed 2 years ago

bsweeney commented 3 years ago

Add support for alpha channel values for colors specified either via CSS or attributes. The current color parser appears to lack this ability.

bsweeney commented 3 years ago

opened in response to dompdf/dompdf#2398