summaryrefslogtreecommitdiff
path: root/lib/elements
AgeCommit message (Collapse)Author
2018-06-10error if satin column set for path with single subpathLex Neva
2018-06-10default fill to black per SVG specLex Neva
2018-06-10fix defaulting of stroke width to 1Lex Neva
2018-06-07Merge pull request #180 from lexelby/lexelby-outsetLex Neva
add Expand param for fills
2018-06-04convert Stroke to use stitches.running_stitchLex Neva
2018-06-04don't crash on empty subpathsLex Neva
2018-06-01add Expand param for fillsLex Neva
2018-05-01refactor everything out of lib/__init__.pyLex Neva
2018-05-01rename inkstitch/ to lib/Lex Neva
You can't have a module and a package named the same thing. PyInstaller wants to import the main script as if it were a module, and this doesn't work unless there's no directory of the same name with a __init__.py in it.