praeclarum / NGraphics

NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.
MIT License
706 stars 133 forks source link

SvgReader improvements #27

Closed jomar closed 9 years ago

jomar commented 9 years ago

Improve parsing of svg path coordinates(negative numbers) Support for relative coordinates in svg paths Support inherited properties in svg gradient brushes (xlink:href) Support more svg fill color syntaxes (rgb(x,x,x) + "white", "black" etc.) Support parsing of svg image in editor

BlueRaja commented 9 years ago

Related to #25?

jomar commented 9 years ago

These changes should fix a few of the issues mentioned, yes.

praeclarum commented 9 years ago

This is beautiful work. Thank you so much!