gfwilliams / svgtoeagle

Online SVG to Eagle CAD converter
MIT License
85 stars 26 forks source link

Prevent generation of polygons with 2 or 3 points as this creates an … #22

Closed EmbeddedMan closed 1 year ago

EmbeddedMan commented 4 years ago

…error on import to Eagle. Fix for issue #17.

gfwilliams commented 4 years ago

What happens if you want to draw a line?

I guess polyline is ok with just having two points. Maybe a if (filled && is needed?

gfwilliams commented 1 year ago

Closing this as no response and original issue seems to have been fixed anyway? https://github.com/gfwilliams/svgtoeagle/issues/17