stathissideris / ditaa

ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
GNU Lesser General Public License v3.0
924 stars 87 forks source link

Allow line cross box border from inside to outside #58

Open javathought opened 4 years ago

javathought commented 4 years ago

Fix lines crossing border from inside of box to outside. Either :

+----------+
|          |
|       ------>
|          |
+----------+

+----------+
|       ---+-->
+----------+

actual possible result is :

Capture d’écran 2020-02-11 à 00 08 08