summaryrefslogtreecommitdiffstats
path: root/svgbob/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'svgbob/TODO.md')
-rw-r--r--svgbob/TODO.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/svgbob/TODO.md b/svgbob/TODO.md
new file mode 100644
index 0000000..61665f0
--- /dev/null
+++ b/svgbob/TODO.md
@@ -0,0 +1,12 @@
+## TODO
+- [ ] detect rectangles
+- [x] detect whether used as text or used as graphs (if any of the 8 has no get character then it is used as text)
+- [ ] complete the specs
+- [ ] ~~Make the string literal escape work multiline~~ Impractical
+- [x] Make a swap out interface.
+ - useful for detecting broken lines such as - - - and replace it with ~~~~~. This way
+ it will be easier to process by the fragment emitter
+- [ ] Group traced elements together, then reduce as needed
+- [x] Add `#` as square start marker for lines
+- [x] Support for geometric shapes https://en.wikipedia.org/wiki/Geometric_Shapes
+- [x] Add enhance circle, detect circles then enhance it.