openfl / svg

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

Added support for named colors #40

Open jcward opened 8 years ago

jcward commented 8 years ago

Per: https://www.w3.org/TR/SVG/types.html#ColorKeywords

Also moved color definitions and helpers into SVGColor class

ashes999 commented 8 years ago

Looks pretty good. Your test images look awfully identical to each other :)

ashes999 commented 8 years ago

Please review @ibilon

ibilon commented 8 years ago

Besides the two details I commented, looks good.

ashes999 commented 8 years ago

Are you planning to fix this up and merge it @jcward ?