memononen / nanosvg

Simple stupid SVG parser
zlib License
1.69k stars 357 forks source link

Support parsing "rgba(...)" colors. #163

Open RobinD42 opened 5 years ago

RobinD42 commented 5 years ago

Support parsing "rgba(...)" colors.

Use the alpha value to set fillOpacity or strokeOpacity in case there isn't one in the svg file.