summaryrefslogtreecommitdiff
path: root/lib/stitches/auto_fill.py
AgeCommit message (Expand)Author
2023-12-25fix networkx nopath error for start/end nodes (fill) (#2635)Kaalleen
2023-11-22Add linear gradient fill (#2587)Kaalleen
2023-11-10fix invalid clip path (#2577)Kaalleen
2023-10-15Update shapely (#2471)Kaalleen
2023-07-01ensure PointsLex Neva
2023-07-01smooth underpathsLex Neva
2023-07-01slightly less edge avoidanceLex Neva
2023-07-01avoid travel stitches outside shapeLex Neva
2023-05-28suppress annoying shapely warningLex Neva
2023-05-28fix "skip last stitch in each row"Lex Neva
2023-02-16make simulator threads pre-emptibleLex Neva
2022-06-30Fixes (#1703)Kaalleen
2022-06-22add running stitch tolerance param (#1701)Lex Neva
2022-05-07undo aggressive line wrappingLex Neva
2022-05-06shapely geoms fixesLex Neva
2022-05-05tangential->contour, fix legacy, remove unused paramsLex Neva
2022-05-04wipLex Neva
2022-05-04use running_stitch instead for guided fillLex Neva
2022-05-04fix some shapelydeprecationsLex Neva
2022-05-04generalize get_segments and process_travel_edgesLex Neva
2022-05-04separate guided fill methodsKaalleen
2022-05-04adjusting namingsAndreas
2022-05-04minor changesAndreas
2022-05-04minor changesAndreas
2022-05-04Bug fixing + refactoringAndreas
2022-05-04Applied style guideAndreas
2022-05-04added tangential and guided fillAndreas
2021-08-15keep underlay, underpath, and border travelLex Neva
2021-03-11add copyright headersLex Neva
2021-03-04Update for Inkscape 1.0 (#880)Kaalleen
2020-12-28fix min_arg() is an empty sequence (#941)Kaalleen
2020-03-16actually split outline edgeLex Neva
2020-03-16ensure starting point is on the borderLex Neva
2020-03-16fix NetworkXNoPath errorLex Neva
2020-03-16avoid jumps when not underpathing autofillLex Neva
2019-08-05add Troubleshoot extension (#465)Kaalleen
2019-06-22handle single linestrings properly (fixes #471)Lex Neva
2019-04-10remove unnecessary comparisons to NoneLex Neva
2019-04-09make error message more readableLex Neva
2019-04-09split up long functionLex Neva
2019-04-04try harder to avoid traveling around the borderLex Neva
2019-03-30fix 'too many values to unpack' exceptionLex Neva
2019-03-29avoid parsing forward slashes in docstringLex Neva
2019-03-29add vertical travel edges for less jagged travel pathsLex Neva
2019-03-29more debug loggingLex Neva
2019-03-28add timing logging for auto-fillLex Neva
2019-03-24penalize outline edges moreLex Neva
2019-03-22make travel stitch prefer the center of the shapeLex Neva
2019-03-21don't try to end inside the shapeLex Neva
2019-03-20switch to multigraph to avoid accidentally deleting outline edgesLex Neva