summaryrefslogtreecommitdiffstats
path: root/TODO.md
blob: 7c7592717dd8065a9fd51110aa2ed352d0c5c591 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
- [ ] Support for geometric shapes https://en.wikipedia.org/wiki/Geometric_Shapes
- [ ] Add enhance circle, detect circles then enhance it.