Age | Commit message (Expand) | Author | Files | Lines |
2021-08-18 | svg-flatten: Add multi-exclude/include tests | jaseg | 1 | -7/+13 |
2021-08-18 | svg-flatten: Fix include/exclude logic | jaseg | 3 | -24/+100 |
2021-08-18 | Collect various rendering params into new RenderContext object | jaseg | 9 | -160/+179 |
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 | 1 | -1/+1 |
2021-08-17 | svg-flatten: Fix case where document unit is not mm | jaseg | 2 | -6/+71 |
2021-06-05 | Make svg-flatten auto-search for cargo dependencies in all call sites | jaseg | 5 | -87/+126 |
2021-06-05 | Throw out a bunch of test stuff, hopefully fix CI build | jaseg | 1 | -2/+2 |
2021-06-05 | Fix binary contours vectorizer | jaseg | 5 | -13/+91 |
2021-06-04 | Enable (shitty) contour simplification | jaseg | 1 | -2/+2 |
2021-06-04 | Update comment on join discrepancies | jaseg | 1 | -1/+1 |
2021-06-04 | Add & fix vectorizer tests | jaseg | 7 | -36/+98 |
2021-06-04 | Add larger contour tracing test image | jaseg | 1 | -16/+22 |
2021-06-04 | Fix handling of dashes and joins, all tests run through now | jaseg | 4 | -27/+72 |
2021-06-04 | Add support for stroke-dashoffset | jaseg | 1 | -2/+3 |
2021-06-03 | Add svg-flatten SVG feature tests | jaseg | 2 | -1/+76 |
2021-06-02 | Port svg-flatten to nopencv | jaseg | 5 | -123/+171 |
2021-06-02 | Fix small logical error in tests | jaseg | 1 | -1/+1 |
2021-06-02 | Fix tests | jaseg | 2 | -20/+25 |
2021-06-02 | Add polygon area function & tests. These tests catch a single-px bug. | jaseg | 3 | -0/+83 |
2021-06-02 | Prettify test cases | jaseg | 3 | -56/+95 |
2021-06-02 | Finish chain approximation tests | jaseg | 2 | -102/+186 |
2021-06-02 | Chain approximation approximately working | jaseg | 3 | -13/+34 |
2021-06-01 | Work on chain approx | jaseg | 3 | -26/+251 |
2021-05-30 | Contour finding tests run through | jaseg | 3 | -21/+72 |
2021-05-30 | Add beginnings of minimalist contour tracing code | jaseg | 3 | -0/+453 |
2021-04-25 | Fix pattern rendering and some xform bugs | jaseg | 3 | -12/+20 |
2021-04-25 | svg-flatten: Add support for patterned strokes on outline layers | jaseg | 1 | -35/+33 |
2021-04-25 | svg-flatten: Add support for line thickness to board outline exporter | jaseg | 2 | -5/+24 |
2021-04-25 | svg-flatten: Add outline/edge layer mode | jaseg | 3 | -55/+100 |
2021-04-25 | Remove cairo dependencywip-nocairo | jaseg | 13 | -342/+157 |
2021-04-24 | Replace cairo curve flattener from Anitgrain Graphics | jaseg | 5 | -35/+268 |
2021-04-05 | Add -f/--flip-gerber-polarity option | jaseg | 2 | -6/+10 |
2021-02-17 | svg-flatten: add curve flattening tolerance command line param | jaseg | 4 | -12/+17 |
2021-02-17 | svg-flatten: Fix fill-rule handling for filled open paths | jaseg | 3 | -30/+47 |
2021-02-11 | Fix handling of stroke width under transformations | jaseg | 1 | -1/+6 |
2021-02-07 | Make inital test run on debian, ubuntu, arch, fedora | jaseg | 1 | -5/+5 |
2021-02-06 | Make svg-flatten always clean up its temporary files | jaseg | 1 | -4/+2 |
2021-02-06 | svg-flatten: Fix invalid export of negative gerber coordinates | jaseg | 1 | -4/+4 |
2021-02-06 | Add workaround to clipper zero-height path bug | jaseg | 2 | -6/+35 |
2021-02-06 | Small fixes, find svg-flatten in user pip install | jaseg | 1 | -3/+9 |
2021-02-06 | Work on fedora/debian compatibility | jaseg | 2 | -4/+4 |
2021-02-04 | svg-flatten: Be even smarter locating usvg | jaseg | 1 | -8/+15 |
2021-02-04 | svg-flatten: Be a bit smarter locating usvg | jaseg | 1 | -16/+47 |
2021-02-01 | Update README | jaseg | 1 | -12/+2 |
2021-01-31 | Advanced svg/gerber composition working | jaseg | 3 | -16/+27 |
2021-01-30 | Reorg: move svg-flatten files into subdir | jaseg | 23 | -0/+3327 |