mtl / svg2mod

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

Arc curves in paths not rendering correctly? #27

Open Matir opened 5 years ago

Matir commented 5 years ago

Not sure if it's strictly the Arc curve, but I have a path with a bezier curve that works correctly.

In the attached file, palette.svg.zip, only the path on the SilkS layer seems to be transformed correctly into the kicad module.

Matir commented 5 years ago

I now see that the SVG library you use does not support ARCs in paths according to the README. Is there a way to force inkscape to convert arcs to beziers?