aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-29pypi/gerbolyze: add extra dep on svg-flatten-wasi pkgv2.2.3jaseg2-21/+16
2021-09-29Auto-discover usvg and svg-flatten properlyv2.2.2jaseg4-15/+65
2021-09-29svg-flatten: pypi: Add optional resvg-wasi dependencyv2.2.1jaseg1-0/+3
2021-09-29svg-flatten/tests: Only print output on errorjaseg1-2/+1
2021-09-29svg-flatten: Remove unnecessary debug printsjaseg1-7/+7
2021-09-29Fix svg-flatten versioning logicv2.2.0jaseg1-1/+2
2021-09-29svg-flatten: Remove extraneous debug printjaseg1-1/+1
2021-09-29CI: do not clone recursively for PyPI publishjaseg1-0/+2
2021-09-29svg-flatten: Remove leftover debug print in svg_color.cjaseg1-1/+1
2021-09-29Add rgba color support for newer resvg/usvgwasi-wipjaseg5-29/+67
2021-09-29CI/svg-flatten: add wasm buildsjaseg11-17/+285
2021-09-29svg-flatten: Add wasmtime supportjaseg7-82/+170
2021-09-29Butcher upstream subprojects to remove C++ exceptions for WASI supportjaseg2-0/+0
2021-08-18svg-flatten: Add multi-exclude/include testsjaseg1-7/+13
2021-08-18svg-flatten: Fix include/exclude logicjaseg5-29/+214
2021-08-18Collect various rendering params into new RenderContext objectjaseg10-173/+229
2021-08-17svg-flatten: zeroize polygon_sink pointer after usejaseg1-0/+1
2021-08-17svg-flatten: Fix doc on --scalejaseg2-2/+2
2021-08-17svg-flatten: Fix case where document unit is not mmjaseg5-6/+133
2021-06-05Make svg-flatten auto-search for cargo dependencies in all call sitesjaseg6-88/+128
2021-06-05CI: Run testsjaseg1-9/+13
2021-06-05Hopefully fix debian CI buildjaseg1-3/+5
2021-06-05Fix build for stone-age debian compilerjaseg1-1/+1
2021-06-05Add -lstdc++ for debian buildsjaseg1-1/+1
2021-06-05Add missing pugixml submodulejaseg2-0/+3
2021-06-05Fix compiler issue on debian CI buildjaseg1-1/+1
2021-06-05Remove dependency check. We don't have system dependencies anymore.jaseg2-6/+0
2021-06-05Throw out a bunch of test stuff, hopefully fix CI buildjaseg3-9/+8
2021-06-05Fix binary contours vectorizerjaseg6-13/+5507
2021-06-04Enable (shitty) contour simplificationjaseg1-2/+2
2021-06-04Add vectorizer test casesjaseg6-0/+12458
2021-06-04Update comment on join discrepanciesjaseg1-1/+1
2021-06-04Add & fix vectorizer testsjaseg9-40/+103
2021-06-04Add larger contour tracing test imagejaseg2-16/+22
2021-06-04Fix handling of dashes and joins, all tests run through nowjaseg23-27/+91
2021-06-04Add additional test casesjaseg3-0/+91
2021-06-04Add missing gaussian blur implementationjaseg1-0/+210
2021-06-04Add support for stroke-dashoffsetjaseg1-2/+3
2021-06-04Fix transform mathjaseg1-6/+17
2021-06-03Add svg-flatten SVG feature testsjaseg24-10/+1551
2021-06-03svg-flatten: build against submodule pugixmljaseg1-5/+12
2021-06-02Port svg-flatten to nopencvjaseg6-130/+172
2021-06-02Fix small logical error in testsjaseg1-1/+1
2021-06-02Fix testsjaseg2-20/+25
2021-06-02Add polygon area function & tests. These tests catch a single-px bug.jaseg3-0/+83
2021-06-02Prettify test casesjaseg3-56/+95
2021-06-02Finish chain approximation testsjaseg2-102/+186
2021-06-02Chain approximation approximately workingjaseg3-13/+34
2021-06-01Work on chain approxjaseg5-26/+254
2021-05-30Contour finding tests run throughjaseg4-22/+83