meyfa / php-svg

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

Does not use internal CSS #208

Open Dingo64 opened 1 year ago

Dingo64 commented 1 year ago

Images exported to SVG from Corel sometimes use internal CSS:

 <defs>
  <style type="text/css">
   <![CDATA[
    .str1 {stroke:#2B2A29;stroke-width:150;stroke-miterlimit:22.9256}
    .fil1 {fill:none}
    .fil5 {fill:#FEFEFE}
    .fil2 {fill:#C5C6C6}
   ]]>
  </style>
 </defs>

And they are rendered by this library as black.