mtl / svg2mod

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

"O" rendered incorrectly. #35

Open markrages opened 5 years ago

markrages commented 5 years ago

Here is a single character, an "O".

o.svg.gz

It looks like this: o

I converted it using svg2mod -i o.svg -p 1

The output looks like this: screenshot from 2019-02-13 21-10-07

The hole in the 'O' is offset.

markrages commented 5 years ago

This is (will be) fixed upstream in this pull request: https://github.com/cjlano/svg/pull/12