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
927 stars 87 forks source link

Loses some text nodes #21

Open sesse opened 8 years ago

sesse commented 8 years ago

Hi,

I have a diagram that I've reduced to this test case:

Text 1
  |
  |
  |
  V
Text 2
  |
  |
  |
  V

Ditaa (both 0.10 from Debian, and latest version from GitHub) renders it like this:

test

Somehow the second text node is lost.