summaryrefslogtreecommitdiff
path: root/lib/svg
AgeCommit message (Collapse)Author
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
2022-05-24Add ripple stitch feature (#1667)Kaalleen
2022-05-05tangential->contour, fix legacy, remove unused paramsLex Neva
2022-05-04rebase correctionsKaalleen
2022-05-04add clockwise optionLex Neva
2022-05-04add avoid_self_Crossing optionLex Neva
2022-05-04use running_stitch instead for guided fillLex Neva
2022-05-04bug fixing + introduction of min_stitch_distance parameterAndreas
2022-05-04added tangential and guided fillAndreas
2022-04-24Fix lettering scale, etc. (#1620)Kaalleen
* fix lettering scale * adapt to updated inkex: transform operator, selections * fix #1597 * no traceback error message on broken satin columns * highlight troubleshoot "steps to solve" through additional headline * set a minimum value for running stitch repeats * rename "import" thread list to "apply" thread list
2021-12-09Force lock stitches option/extension and some typos (#1471)Kaalleen
2021-10-10Do not render clipPath and mask (#1379)Kaalleen
* Ignore clipPath and mask * Render polygons
2021-10-09Letters to font extension (#1312)Kaalleen
2021-09-30add max stitch length to satin zigzag underlay (#1360)Kaalleen
2021-08-15fix commands on multiple import (#1306)Kaalleen
2021-07-25Fix Style Issues (#1154)Kaalleen
Co-authored-by: Lex Neva <github.com@lexneva.name>
2021-03-11add copyright headersLex Neva
2021-03-04Update for Inkscape 1.0 (#880)Kaalleen
* update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch <rumpeltux-github@irgendwo.org> Co-authored-by: Lex Neva <github.com@lexneva.name>
2020-06-04transforms on linksKaalleen
2020-05-27fix parse style bug (#709)Kaalleen
2020-05-20fix corrupted presets error (#715)Kaalleen
2020-05-16support svg objects (#643)Kaalleen
2020-04-25Namespaced Attributes (#657)Kaalleen