managed-commons / SvgNet

Fork of the SVG library for .NET that makes a GdiGraphics that "draws" on a SVG model
BSD 3-Clause "New" or "Revised" License
84 stars 37 forks source link

Fixes SvgPath parser to correctly handle implicit lineto commands #18

Closed glopesdev closed 6 years ago

glopesdev commented 6 years ago

This pull-request fixes issue #16 by following the SVG specification section 8.3.2. The changes are relatively small. Also, serialization behavior prefers implicit lineto over explicit commands. This ensures that the result of composing FromString and ToString methods is invariant.