meyfa / php-svg

Vector graphics (SVG) library for PHP
https://packagist.org/packages/meyfa/php-svg
MIT License
509 stars 91 forks source link

SVGStyleParser::parseCss cannot handle duplicate selectors #190

Closed clyer closed 1 year ago

clyer commented 1 year ago
$result = SVGStyleParser::parseCss('svg {background-color: beige;}; svg {stroke: none;}');

The {background-color: beige;} will be ditched.