Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-29 | Auto-discover usvg and svg-flatten properlyv2.2.2 | jaseg | 1 | -0/+3 | |
2021-09-29 | Add rgba color support for newer resvg/usvgwasi-wip | jaseg | 1 | -0/+1 | |
2021-09-29 | CI/svg-flatten: add wasm builds | jaseg | 1 | -3/+4 | |
2021-09-29 | svg-flatten: Add wasmtime support | jaseg | 1 | -15/+45 | |
2021-08-17 | svg-flatten: Fix case where document unit is not mm | jaseg | 1 | -0/+1 | |
2021-06-05 | Make svg-flatten auto-search for cargo dependencies in all call sites | jaseg | 1 | -1/+2 | |
2021-06-05 | Hopefully fix debian CI build | jaseg | 1 | -3/+5 | |
2021-06-05 | Fix build for stone-age debian compiler | jaseg | 1 | -1/+1 | |
2021-06-05 | Add -lstdc++ for debian builds | jaseg | 1 | -1/+1 | |
2021-06-05 | Remove dependency check. We don't have system dependencies anymore. | jaseg | 1 | -5/+0 | |
2021-06-05 | Throw out a bunch of test stuff, hopefully fix CI build | jaseg | 1 | -5/+4 | |
2021-06-03 | Add svg-flatten SVG feature tests | jaseg | 1 | -9/+6 | |
2021-06-03 | svg-flatten: build against submodule pugixml | jaseg | 1 | -5/+12 | |
2021-06-02 | Port svg-flatten to nopencv | jaseg | 1 | -7/+1 | |
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 | |