| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-05-30 | Contour finding tests run through | jaseg | 1 | -1/+11 | |
| 2021-04-25 | Remove cairo dependencywip-nocairo | jaseg | 1 | -4/+5 | |
| 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 | -0/+1 | |
| This also fixes an issue where non-closed curves were not dilated properly. | |||||
| 2021-04-05 | Add MacOS supportv2.0.7 | jaseg | 1 | -1/+5 | |
| 2021-02-07 | Make inital test run on debian, ubuntu, arch, fedora | jaseg | 1 | -3/+4 | |
| 2021-02-06 | Work on fedora/debian compatibility | jaseg | 1 | -3/+9 | |
| 2021-02-04 | svg-flatten: Add dependency check | jaseg | 1 | -2/+14 | |
| 2021-01-30 | Reorg: move svg-flatten files into subdir | jaseg | 1 | -0/+58 | |
