openfl / svg

Provides SVG parsing and rendering for OpenFL and Haxe
MIT License
68 stars 30 forks source link

Fix Cairo crash caused by rgb() def in stop-color #65

Closed 6J7KZg2f closed 5 years ago

6J7KZg2f commented 5 years ago

Cairo (neko platform) was crashing on create gradient from stop-color definitions in rgb(r, g, b) format. Added a check in getColorStyle to use the existing rgb parse function. Crash no longer occurs.