aboutsummaryrefslogtreecommitdiff
path: root/svg-flatten/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-06-03Add svg-flatten SVG feature testsjaseg1-9/+6
2021-06-03svg-flatten: build against submodule pugixmljaseg1-5/+12
2021-06-02Port svg-flatten to nopencvjaseg1-7/+1
2021-05-30Contour finding tests run throughjaseg1-1/+11
2021-04-25Remove cairo dependencywip-nocairojaseg1-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-24Replace cairo curve flattener from Anitgrain Graphicsjaseg1-0/+1
This also fixes an issue where non-closed curves were not dilated properly.
2021-04-05Add MacOS supportv2.0.7jaseg1-1/+5
2021-02-07Make inital test run on debian, ubuntu, arch, fedorajaseg1-3/+4
2021-02-06Work on fedora/debian compatibilityjaseg1-3/+9
2021-02-04svg-flatten: Add dependency checkjaseg1-2/+14
2021-01-30Reorg: move svg-flatten files into subdirjaseg1-0/+58