summaryrefslogtreecommitdiff
path: root/lib/svg/svg.py
AgeCommit message (Collapse)Author
2024-08-14Clones now also clone commands attached to element and its children. (#3032, ↵capellancitizen
#3121) (#3086)
2024-02-10Fix lettering id-error and trims (#2711)Kaalleen
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-05-16support svg objects (#643)Kaalleen
2019-03-08get root properlyLex Neva
2019-03-08add trims in stitches.auto_satinLex Neva
2019-03-08refactor add_commands() out into commands moduleLex Neva
2018-12-12tidy importsLex Neva
2018-12-12avoid creating paths with empty 'd' in stitch plan (#363)Lex Neva
2018-08-21autopep8Lex Neva
2018-07-25fix a couple crashesLex Neva
2018-05-30add realistic boolean param to render_stitch_plan()Lex Neva
2018-05-29optimize pathLex Neva
2018-05-29tinker with renderingLex Neva
2018-05-29first attempt at realistic renderingLex Neva
2018-05-28don't do ties around the fake color change of a "STOP after"Lex Neva
2018-05-01refactor everything out of lib/__init__.pyLex Neva