Age | Commit message (Expand) | Author | Files | Lines |
2022-06-10 | ci: work around more git safe.directory issuesv2.2.6 | jaseg | 1 | -0/+4 |
2022-06-10 | ci: work around new git safe.directory checkv2.2.5 | jaseg | 1 | -0/+1 |
2022-06-10 | svg-flatten: Make view box log output more readable | jaseg | 1 | -1/+1 |
2022-06-10 | Fix dilation script processing | jaseg | 2 | -16/+22 |
2022-05-23 | Basic compositing works using gerbonara | jaseg | 1 | -201/+110 |
2022-05-21 | Templating works with gerbonara now | jaseg | 1 | -167/+79 |
2022-05-20 | WIP | jaseg | 2 | -92/+43 |
2021-09-30 | svg-flatten: Add forwarding logic for usvg font optionsv2.2.4 | jaseg | 5 | -33/+104 |
2021-09-29 | pypi/gerbolyze: add extra dep on svg-flatten-wasi pkgv2.2.3 | jaseg | 2 | -21/+16 |
2021-09-29 | Auto-discover usvg and svg-flatten properlyv2.2.2 | jaseg | 4 | -15/+65 |
2021-09-29 | svg-flatten: pypi: Add optional resvg-wasi dependencyv2.2.1 | jaseg | 1 | -0/+3 |
2021-09-29 | svg-flatten/tests: Only print output on error | jaseg | 1 | -2/+1 |
2021-09-29 | svg-flatten: Remove unnecessary debug prints | jaseg | 1 | -7/+7 |
2021-09-29 | Fix svg-flatten versioning logicv2.2.0 | jaseg | 1 | -1/+2 |
2021-09-29 | svg-flatten: Remove extraneous debug print | jaseg | 1 | -1/+1 |
2021-09-29 | CI: do not clone recursively for PyPI publish | jaseg | 1 | -0/+2 |
2021-09-29 | svg-flatten: Remove leftover debug print in svg_color.c | jaseg | 1 | -1/+1 |
2021-09-29 | Add rgba color support for newer resvg/usvgwasi-wip | jaseg | 5 | -29/+67 |
2021-09-29 | CI/svg-flatten: add wasm builds | jaseg | 11 | -17/+285 |
2021-09-29 | svg-flatten: Add wasmtime support | jaseg | 7 | -82/+170 |
2021-09-29 | Butcher upstream subprojects to remove C++ exceptions for WASI support | jaseg | 2 | -0/+0 |
2021-08-18 | svg-flatten: Add multi-exclude/include tests | jaseg | 1 | -7/+13 |
2021-08-18 | svg-flatten: Fix include/exclude logic | jaseg | 5 | -29/+214 |
2021-08-18 | Collect various rendering params into new RenderContext object | jaseg | 10 | -173/+229 |
2021-08-17 | svg-flatten: zeroize polygon_sink pointer after use | jaseg | 1 | -0/+1 |
2021-08-17 | svg-flatten: Fix doc on --scale | jaseg | 2 | -2/+2 |
2021-08-17 | svg-flatten: Fix case where document unit is not mm | jaseg | 5 | -6/+133 |
2021-06-05 | Make svg-flatten auto-search for cargo dependencies in all call sites | jaseg | 6 | -88/+128 |
2021-06-05 | CI: Run tests | jaseg | 1 | -9/+13 |
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 | Add missing pugixml submodule | jaseg | 2 | -0/+3 |
2021-06-05 | Fix compiler issue on debian CI build | jaseg | 1 | -1/+1 |
2021-06-05 | Remove dependency check. We don't have system dependencies anymore. | jaseg | 2 | -6/+0 |
2021-06-05 | Throw out a bunch of test stuff, hopefully fix CI build | jaseg | 3 | -9/+8 |
2021-06-05 | Fix binary contours vectorizer | jaseg | 6 | -13/+5507 |
2021-06-04 | Enable (shitty) contour simplification | jaseg | 1 | -2/+2 |
2021-06-04 | Add vectorizer test cases | jaseg | 6 | -0/+12458 |
2021-06-04 | Update comment on join discrepancies | jaseg | 1 | -1/+1 |
2021-06-04 | Add & fix vectorizer tests | jaseg | 9 | -40/+103 |
2021-06-04 | Add larger contour tracing test image | jaseg | 2 | -16/+22 |
2021-06-04 | Fix handling of dashes and joins, all tests run through now | jaseg | 23 | -27/+91 |
2021-06-04 | Add additional test cases | jaseg | 3 | -0/+91 |
2021-06-04 | Add missing gaussian blur implementation | jaseg | 1 | -0/+210 |
2021-06-04 | Add support for stroke-dashoffset | jaseg | 1 | -2/+3 |
2021-06-04 | Fix transform math | jaseg | 1 | -6/+17 |
2021-06-03 | Add svg-flatten SVG feature tests | jaseg | 24 | -10/+1551 |
2021-06-03 | svg-flatten: build against submodule pugixml | jaseg | 1 | -5/+12 |
2021-06-02 | Port svg-flatten to nopencv | jaseg | 6 | -130/+172 |