asc2svg

asc2svg was intended to be an ASCII diagrams to SVG, like `ditaa` and Svgbob
Log | Files | Refs

DateCommit messageAuthorFiles+-
2019-07-15 18:45Merge branch 'master' of haflan.dev:general/asc2svgvh1+112-0
2019-07-15 18:45Add notes about components (from a paper note)vh1+41-0
2018-11-29 19:15Add a bunch of .note files as examples of good stylebkopf5+242-0
2018-11-26 20:43Flip up arrowbkopf1+1-1
2018-11-26 19:33Add example of *tree* figure, which should be supportedbkopf1+31-0
2018-11-24 23:48Rename syntax.md->specification.md and add some ideas to itvh2+60-46
2018-11-22 00:39Refactor into local variable for rectangle()vh1+7-9
2018-11-22 00:31Start implementing arrowsvh1+73-2
2018-11-21 10:52Add some notes from papervh1+14-0
2018-11-20 21:32Add file with syntax descriptionbkopf1+32-0
2018-11-20 21:23Fix some copy-paste errors in polyline()bkopf2+17-38
2018-11-20 20:56Implement working basic functionality with the exception of arrowsbkopf2+74-56
2018-11-20 19:36Fixed unprocessed rect right sidesbkopf2+25-21
2018-11-20 11:23Fix problem with lower rect joints being set to processed when they shouldn'tbkopf1+6-11
2018-11-19 16:57Add svg files and .idea/ to gitignorebkopf2+7-5
2018-11-17 23:52Merge remote-tracking branch 'origin/master'bkopf0+0-0
2018-11-17 23:40Improve scaling on x-axisbkopf3+56-55
2018-11-17 17:57Add readme with showcasebkopf2+96-0
2018-11-17 17:48(Temporarily?) make rectangles be detected before linesbkopf1+25-9
2018-11-17 17:37Start implementing line detectionbkopf2+153-37
2018-11-17 15:10Make Figure.rectangle() look for rect chains recursivelybkopf2+70-17
2018-11-17 12:40Add str method to Figure ++bkopf2+18-11
2018-11-17 03:29Initial commit with basic rectangle detectorbkopf2+260-0