aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-04-10 23:56:39 +0200
committerjaseg <git@jaseg.de>2023-04-10 23:56:39 +0200
commita02ff5fc87345c4ea490d7621acccad419f6360b (patch)
tree11c2685d135abd085ac38410357198856be8632d
parentb26c28e58b2effbfe6df36caed7d79fa5fc1d3f0 (diff)
downloadgerbolyze-a02ff5fc87345c4ea490d7621acccad419f6360b.tar.gz
gerbolyze-a02ff5fc87345c4ea490d7621acccad419f6360b.tar.bz2
gerbolyze-a02ff5fc87345c4ea490d7621acccad419f6360b.zip
Update TODO
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index 978a30b..299a083 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
[ ] Do not just return "error 255" if usvg is not installed
[ ] Straighten up svg-flatten input unit handling
-[ ] split up python code into modules
-[ ] Add backwards-compatible vectorize drop-in
-[ ] Figure out handling of drill layers
-[ ] Re-publish my own pcb-tools, pcb-tools-extension forks with actual maintenance
+[x] split up python code into modules
+[x] Add backwards-compatible vectorize drop-in
+[x] Figure out handling of drill layers
+[x] Re-publish my own pcb-tools, pcb-tools-extension forks with actual maintenance
[ ] For pattern rendering: validate pattern origin aligns with what the svg spec expects
[ ] Invert SVG color interpretation (use saturation maybe? or sat * val?)