summaryrefslogtreecommitdiffstats
path: root/src/helper/geom-pathstroke.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* never let me try this againLiam P. White2015-05-261-2/+2
| | | (bzr r14176)
* Better solution pickingLiam P. White2015-04-291-3/+22
| | | (bzr r14073)
* Increase precision (long thin paths had a ton of width variance), fix logic ↵Liam P. White2015-04-291-3/+1
| | | | | error (bzr r14070)
* Catch more intersections (can still be improved somewhat I think)Liam P. White2015-04-291-21/+17
| | | (bzr r14069)
* fix tangent sign problems in path outline codeLiam P. White2015-04-281-65/+94
| | | (bzr r14068)
* herpderpLiam P. White2015-04-041-1/+1
| | | (bzr r14044)
* Call decide() with subpaths in proper order.Tavmjong Bah2015-04-041-1/+1
| | | (bzr r14043)
* Small cleanup: consistency, styleLiam P. White2015-03-311-44/+31
| | | (bzr r14039)
* Update turn angle predicate for outlinerLiam P. White2015-03-311-8/+14
| | | (bzr r14038)
* Add clipping at miter-length to 'arcs' line join.Tavmjong Bah2015-03-291-21/+131
| | | (bzr r14036)
* clean up previous commitLiam P. White2015-03-291-24/+9
| | | (bzr r14034)
* Fix calculation of miter limit. Implement 'miter-clip' line join.Tavmjong Bah2015-03-271-7/+48
| | | (bzr r14033)
* Path outliner: refactor extrapolated joiner, allow joining line segments; ↵Liam P. White2015-03-241-65/+155
| | | | | some more optimizations all around (bzr r14031)
* improve, optimize, fix path outlinerLiam P. White2015-03-221-71/+112
| | | (bzr r14027)
* Fix remaining bugs in path outlinerLiam P. White2015-03-201-8/+13
| | | (bzr r14017)
* Let's hope the world doesn't endLiam P. White2015-03-191-0/+505
Native 2geom path outliner, still buggy (bzr r14014)