haplokuon / netDxf

.net dxf Reader-Writer
MIT License
1.01k stars 411 forks source link

LwPolyLine missing last segment #168

Closed odewdney closed 4 years ago

odewdney commented 4 years ago

If the last vertex of a lwpolyline is in the same place as the start and its not closed, then the last vertex is not added to the PolygonalVerexes collection, also the expanded arc segments are being compared with the last source vertex for welding.

haplokuon commented 4 years ago

Fixed in a slight different way. For small fixes, open an issue and I will fix it. There is no need for a "Pull Request".