Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-29 | svg-flatten: Add transform decomposition unit tests | jaseg | 1 | -18/+34 | |
2023-03-29 | svg-flatten: Add stroked SVG output | jaseg | 1 | -0/+3 | |
2023-03-29 | svg_doc: Fix gerber mapping of strokes with skewed or non-uniform transforms | jaseg | 2 | -17/+75 | |
2023-03-26 | WIP | jaseg | 1 | -1/+30 | |
2023-03-25 | WIP | jaseg | 2 | -6/+40 | |
2023-03-22 | svg-flatten: Add input scaling | jaseg | 1 | -2/+2 | |
2022-06-21 | svg-flatten: fix failing testsv3.0.9 | jaseg | 1 | -0/+3 | |
2022-06-20 | svg-flatten: Finish direct interpolation optimization | jaseg | 1 | -3/+5 | |
2022-06-20 | Fix outline mode clip & flash handling | jaseg | 1 | -12/+4 | |
2022-06-20 | svg-flatten: add export of patterns via aperture macros | jaseg | 1 | -0/+28 | |
2022-06-20 | svg-flatten: Add 'complete pattern tiles only' switch | jaseg | 2 | -8/+20 | |
This is not part of the SVG spec, but it is useful for generating proto boards using SVG patterns. | |||||
2022-06-18 | svg-flatten: add drill handling to outline mode | jaseg | 1 | -0/+16 | |
2021-09-29 | svg-flatten: Remove extraneous debug print | jaseg | 1 | -1/+1 | |
2021-08-18 | svg-flatten: Fix include/exclude logic | jaseg | 1 | -5/+6 | |
2021-08-18 | Collect various rendering params into new RenderContext object | jaseg | 1 | -13/+50 | |
2021-08-17 | svg-flatten: Fix case where document unit is not mm | jaseg | 1 | -0/+14 | |
2021-06-04 | Add & fix vectorizer tests | jaseg | 2 | -4/+5 | |
2021-06-04 | Add missing gaussian blur implementation | jaseg | 1 | -0/+210 | |
2021-06-04 | Fix transform math | jaseg | 1 | -6/+17 | |
2021-06-01 | Work on chain approx | jaseg | 1 | -0/+3 | |
2021-05-24 | Fix phys2doc/doc2phys for image export | jaseg | 1 | -2/+2 | |
2021-04-25 | Fix pattern rendering and some xform bugs | jaseg | 1 | -3/+3 | |
2021-04-25 | svg-flatten: Add support for line thickness to board outline exporter | jaseg | 1 | -0/+10 | |
2021-04-25 | svg-flatten: Add outline/edge layer mode | jaseg | 1 | -1/+18 | |
2021-04-25 | Remove cairo dependencywip-nocairo | jaseg | 3 | -17/+168 | |
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/+27 | |
This also fixes an issue where non-closed curves were not dilated properly. | |||||
2021-04-05 | Add MacOS supportv2.0.7 | jaseg | 1 | -0/+1 | |
2021-04-05 | Add -f/--flip-gerber-polarity option | jaseg | 1 | -1/+2 | |
2021-02-17 | svg-flatten: add curve flattening tolerance command line param | jaseg | 1 | -1/+2 | |
2021-01-31 | Advanced svg/gerber composition working | jaseg | 1 | -1/+2 | |
2021-01-30 | Reorg: move svg-flatten files into subdir | jaseg | 1 | -0/+271 | |