Leon
Leon
Currently all the nodes in the generated visuals are inherinetly left-aligned, because we build it up starting from the left. However this might not always be desired and can produce...
Currently the Edges are not really ordered in a good or consistent way, resulting in some unnecessary crossings when there was a possible layout that is both cleaner and maybe...
Currently all horizontal lines are put on their own y-height. This is obviously the easiest solution, but can result in unnecessarily large Graphs, to combat this we should attempt to...
Instead of only being able to select/specify certain Glyphs. We might add a generic Renderer interface that allows the consumer to define a custom rendering function that can inspect surrinding...
Hey, just wanna start this issue with saying that reading trough this repo and the code, really helped me work on my own parser implementation and gaining somewhat of an...