mtl / svg2mod

Convert Inkscape SVG drawings to KiCad footprint modules
Creative Commons Zero v1.0 Universal
236 stars 56 forks source link

Prevent index error when assigning segments to points #7

Closed kasbah closed 8 years ago

kasbah commented 8 years ago

I was running into index errors quite a bit because it seems segments can be completely empty.

mtl commented 8 years ago

Thanks!