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
710 stars 133 forks source link

Missing polyline element #5

Open JohnCashman opened 9 years ago

JohnCashman commented 9 years ago

Missing polyline element

example polyline fill="none" stroke="#666766" stroke-width="2" stroke-miterlimit="10" points="-68.8,92.8 -50.2,75.2 -31.3,92.8 "

praeclarum commented 9 years ago

Ahh, good catch!

The Path element can already support this, so SvgReader just needs upgrading.