summaryrefslogtreecommitdiff
path: root/lib/svg
AgeCommit message (Collapse)Author
2024-02-10Fix lettering id-error and trims (#2711)Kaalleen
2024-02-10Rejbasket/pyinstaller fix installer checks (#2718)rejbasket
* netowrkx deps added in build * check for user inkscape config before installing * get os version in exception * update electron app location according to pyinstaller redesign * fixed broken libgeos syslinks * contents-directory added pyinstaller args fix broken linux and win versions * updated inkex * fix print_pdf --------- authored-by: rejbasket
2024-01-28add zigzag option to meander (#2699)Kaalleen
2023-11-22Add linear gradient fill (#2587)Kaalleen
2023-10-02Add test swatches extension (#2528)Kaalleen
* remove duplicates (tags) * sort extensions (init) * add test swatches extension
2023-09-11Merge pull request #2431 from inkstitch/lexelby/split-satin-staggerLex Neva
stagger split satin rows
2023-07-20add staggered and simple split satinLex Neva
2023-07-15clarify documentation on get_correction_transform()Lex Neva
2023-05-10apply clip to stroke (#2283)Kaalleen
2023-05-08save stitch plan display mode (#2278)Kaalleen
2023-04-27Ripple stitch: add density and stagger option (#2206)Kaalleen
2023-04-27(auto) reverse rung (#2223)Lex Neva
2023-04-15Add inkstitch svg version tag (#2199)Kaalleen
... to make it easier to update legacy default values
2023-04-03add meander angleLex Neva
2023-04-02add clip optionLex Neva
2023-03-31Command options (#2160)Kaalleen
* letters to font: add visual command import option * add visual command option to stitch plan preview
2023-03-25Stitch selection methods (#2114)Kaalleen
2023-03-10add reverse one rail paramLex Neva
2023-03-07Add extension stroke to lpe satin (#2115)Kaalleen
2023-02-27Various lock stitch options (#2006)Kaalleen
Co-authored-by: Lex Neva
2023-02-20remove buffer conceptLex Neva
2023-02-20meander fill: more workLex Neva
2023-02-20meander fill: initial versionLex Neva
2023-02-20add smoothness option for contour fillLex Neva
2023-01-28Add lock stitch plan option (#2020)Kaalleen
2023-01-07Merge branch 'main' of https://github.com/inkstitch/inkstitch into ↵George Steel
george-steel/random-base-satin
2023-01-07Cutwork needle info (#1988)Kaalleen
* add cutwork needle info to thread color * apply threadlist: apply cutwork_needle attribute
2022-12-27fix typosGeorge Steel
2022-12-26use random oracle for randomized satin columns and redo split stitchesGeorge Steel
2022-12-23Merge branch 'main' of https://github.com/inkstitch/inkstitch into ↵George Steel
george-steel/random-base-satin
2022-12-15svg:line to stroke element (fix #1623) (#1958)Kaalleen
2022-12-11refine GUI for text-based random_seed parameter and add global param.George Steel
2022-11-27use split parametersClaudine
2022-11-24Merge commit '72b001e7' into george-steel/random-base-satinGeorge Steel
2022-11-23add option to swap railsGeorge Steel
2022-11-23Merge branch 'main' of https://github.com/inkstitch/inkstitch into ↵George Steel
george-steel/pull-comp-percent
2022-11-22fix clone positioning and angles (#1837)Kaalleen
2022-11-17Make pull-compensation and insets per-sideGeorge Steel
2022-11-08fix typosGeorge Steel
2022-11-06Add proportional inset and balance properties to underlay.George Steel
2022-11-06change pull_compensation_rails to a continuous balance and fix some edge cases.George Steel
2022-11-06add random parameters to satin columnsClaudine
2022-11-06add pull_compensation_percentClaudine
2022-06-30Fixes (#1703)Kaalleen
* guide line position * use direction from line to shape * optimize intersection detection * fix flapack elf * handle weird guide lines better * update starting point for self crossing (multiple) fills * ripple: fixes and non circular join style * avoid jumps in ripple stitch * fallback only necessary if shape does not intersect grating * make valid may return a polygon * add profiling * Stitch.__init__ didn't work right and was super slow * shrink or grow to multipolygon Co-authored-by: Lex Neva
2022-06-24Add short stitch feature to satin column (#1695)Kaalleen
2022-06-22guided fill stagger (#1700)Lex Neva
2022-06-22add running stitch tolerance param (#1701)Lex Neva
2022-06-21Undo stitch plan preview and density map (#1687)Kaalleen
2022-06-10Guided ripple stitch (#1675)Kaalleen
Co-authored-by: @lexelby
2022-06-10Satin center walk underlay repeats (#1671)Kaalleen