Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-04 | Fix handling of dashes and joins, all tests run through now | jaseg | 1 | -1/+1 | |
2021-04-25 | Remove cairo dependencywip-nocairo | jaseg | 1 | -2/+2 | |
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-02-17 | svg-flatten: add curve flattening tolerance command line param | jaseg | 1 | -1/+1 | |
2021-02-17 | svg-flatten: Fix fill-rule handling for filled open paths | jaseg | 1 | -1/+1 | |
2021-01-30 | Reorg: move svg-flatten files into subdir | jaseg | 1 | -0/+30 | |