summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-09-29 08:12:31 +0200
committerGitHub <noreply@github.com>2025-09-29 08:12:31 +0200
commit4e73a98288bb1c13b70830ace2266220def4d633 (patch)
tree524bc2b8a9fe9795a3822a2d138918f0226c38f4
parent88f0c3b1940367ae2729df932dda0f8a4b4ff9ea (diff)
remove outdated TODO file (#3984)
-rw-r--r--TODO17
1 files changed, 0 insertions, 17 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 537a0273..00000000
--- a/TODO
+++ /dev/null
@@ -1,17 +0,0 @@
- * pattern fill
- * turns out this is a lot easier than I thought it was
- * just like normal fill except the stitch locations in each row are chosen to make a pattern
- * can do this by intersecting the pattern with the shape instead of just a generic grating
- * curved fill
- * use radial fill in inkscape to define center and starting angle
- * the rows of stitches radiate out from a center point
- * otherwise it's just like normal fill
- * start/end points for fills
- * rotation center might work for one of them, but what else can I use in inkscape's UI?
- * keep stitch plan objects and just update the ones that change
- * use md5sum of <path> objects to see what's changed
- * keep stitch plans in a layer above everything else
- * set stitch plans to "noninteractive" so you can click through them to the paths
- * this will make it work more like a "real" embroidery program
- * separate 'export embroidery file' command
- * add option for connection to next patch (jump, trim, or running stitch)