Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-30 | svg-flatten: Add forwarding logic for usvg font optionsv2.2.4 | jaseg | 1 | -10/+43 | |
2021-09-29 | svg-flatten: Remove unnecessary debug prints | jaseg | 1 | -7/+7 | |
2021-09-29 | svg-flatten: Add wasmtime support | jaseg | 1 | -11/+37 | |
2021-08-18 | svg-flatten: Fix include/exclude logic | jaseg | 1 | -0/+9 | |
2021-08-18 | Collect various rendering params into new RenderContext object | jaseg | 1 | -1/+1 | |
2021-08-17 | svg-flatten: Fix doc on --scale | jaseg | 1 | -1/+1 | |
2021-06-05 | Make svg-flatten auto-search for cargo dependencies in all call sites | jaseg | 1 | -67/+3 | |
2021-06-04 | Add & fix vectorizer tests | jaseg | 1 | -2/+8 | |
2021-04-25 | svg-flatten: Add outline/edge layer mode | jaseg | 1 | -4/+12 | |
2021-04-25 | Remove cairo dependencywip-nocairo | jaseg | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
This also fixes an issue where non-closed curves were not dilated properly. | |||||
2021-04-05 | Add -f/--flip-gerber-polarity option | jaseg | 1 | -1/+4 | |
2021-02-17 | svg-flatten: add curve flattening tolerance command line param | jaseg | 1 | -4/+6 | |
2021-02-07 | Make inital test run on debian, ubuntu, arch, fedora | jaseg | 1 | -5/+5 | |
2021-02-06 | Make svg-flatten always clean up its temporary files | jaseg | 1 | -4/+2 | |
2021-02-06 | Small fixes, find svg-flatten in user pip install | jaseg | 1 | -3/+9 | |
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-01 | Update README | jaseg | 1 | -12/+2 | |
2021-01-31 | Advanced svg/gerber composition working | jaseg | 1 | -2/+16 | |
2021-01-30 | Reorg: move svg-flatten files into subdir | jaseg | 1 | -0/+395 | |