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

Bad hyphen-minus #19

Open wols opened 8 years ago

wols commented 8 years ago

Please see the attached image. bad_hyphen-minus Source:

+--------------+
| server-node1 |
+--------------+
+---------------+
| server- node1 |
+---------------+
tomterl commented 8 years ago

This is because the minus is a line-drawing character; see #9 (this issue could be closed aas duplicate of #9).

I rely, for an org-reveal presentation, on that normal behaviour, as it allows me to draw arrows inside of boxes

zbeekman commented 6 years ago

Ah, I ran into a strange issue similar to this: Text color was not being picked correctly based on background text color when a dash/minus character was included; the text is always rendered black. I'm not sure if I would need to wait for #9 to be implemented, or if this is a separate bug from the current issue.