aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-30Add beginnings of minimalist contour tracing codejaseg21-0/+459
2021-05-24Make templates default to silk layer when opened in inkscapejaseg1-2/+8
2021-05-24Bump version to v2.1.1v2.1.1jaseg1-1/+1
2021-05-24Fix phys2doc/doc2phys for image exportjaseg1-2/+2
2021-04-25Bump version to v2.1.0v2.1.0jaseg1-1/+1
2021-04-25Fix pattern rendering and some xform bugsjaseg4-15/+23
2021-04-25svg-flatten: Add support for patterned strokes on outline layersjaseg1-35/+33
2021-04-25README: Document outline layer handlingjaseg1-2/+24
2021-04-25svg-flatten: Add support for line thickness to board outline exporterjaseg3-5/+34