Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-24 | Fix phys2doc/doc2phys for image export | jaseg | 1 | -2/+2 | |
2021-04-25 | Fix pattern rendering and some xform bugs | jaseg | 4 | -15/+23 | |
2021-04-25 | svg-flatten: Add support for patterned strokes on outline layers | jaseg | 1 | -35/+33 | |
2021-04-25 | svg-flatten: Add support for line thickness to board outline exporter | jaseg | 3 | -5/+34 | |
2021-04-25 | svg-flatten: Add outline/edge layer mode | jaseg | 4 | -56/+118 | |
2021-04-25 | Remove cairo dependencywip-nocairo | jaseg | 17 | -363/+330 | |
We initially used Cairo for its bezier flattening algorithm. That algorithm turned out to be a bit too imprecise at the scales we're working at here (#17), so I ended up porting over some code from Antigrain Graphics. The only other thing we used Cairo for was debug output and coordinate transforms, so I just wrote the relevant vector math in a small header file, deleted all debug output code and thus eliminated the cairo dependency. This is a step towards Windows builds. | |||||
2021-04-24 | Replace cairo curve flattener from Anitgrain Graphics | jaseg | 7 | -35/+296 | |
This also fixes an issue where non-closed curves were not dilated properly. | |||||
2021-04-05 | Add MacOS supportv2.0.7 | jaseg | 2 | -1/+6 | |
2021-04-05 | Add -f/--flip-gerber-polarity option | jaseg | 3 | -7/+12 | |
2021-02-17 | svg-flatten: add curve flattening tolerance command line param | jaseg | 5 | -13/+19 | |
2021-02-17 | svg-flatten: Fix fill-rule handling for filled open paths | jaseg | 3 | -30/+47 | |
2021-02-11 | Fix handling of stroke width under transformations | jaseg | 1 | -1/+6 | |
2021-02-07 | Make inital test run on debian, ubuntu, arch, fedora | jaseg | 2 | -8/+9 | |
2021-02-06 | Make svg-flatten always clean up its temporary files | jaseg | 1 | -4/+2 | |
2021-02-06 | svg-flatten: Fix invalid export of negative gerber coordinates | jaseg | 1 | -4/+4 | |
2021-02-06 | Add workaround to clipper zero-height path bug | jaseg | 2 | -6/+35 | |
2021-02-06 | Small fixes, find svg-flatten in user pip install | jaseg | 1 | -3/+9 | |
2021-02-06 | Work on fedora/debian compatibility | jaseg | 3 | -7/+13 | |
2021-02-04 | svg-flatten: Be even smarter locating usvg | jaseg | 1 | -8/+15 | |
2021-02-04 | svg-flatten: Be a bit smarter locating usvg | jaseg | 1 | -16/+47 | |
2021-02-04 | svg-flatten: Add dependency check | jaseg | 1 | -2/+14 | |
2021-02-01 | Update README | jaseg | 1 | -12/+2 | |
2021-01-31 | Advanced svg/gerber composition working | jaseg | 4 | -17/+29 | |
2021-01-30 | Reorg: move svg-flatten files into subdir | jaseg | 25 | -0/+3656 | |