aboutsummaryrefslogtreecommitdiff
path: root/svg-flatten/src/svg_geom.cpp
AgeCommit message (Collapse)AuthorFilesLines
2023-11-14Fix infinite loop bug in dehole_polytreejaseg1-8/+31
Closes #43. Thanks to github users @Altomare for reporting this one, and @fstark for suggesting a fix.
2021-08-18Collect various rendering params into new RenderContext objectjaseg1-11/+0
2021-04-25Remove cairo dependencywip-nocairojaseg1-22/+0
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-24Replace cairo curve flattener from Anitgrain Graphicsjaseg1-1/+1
This also fixes an issue where non-closed curves were not dilated properly.
2021-01-30Reorg: move svg-flatten files into subdirjaseg1-0/+182