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

Is there a way to make four crossing lines without making a box? #49

Open larsbrinkhoff opened 5 years ago

larsbrinkhoff commented 5 years ago

I'd like a way for this input

  |   |
--+---+--
  |   |
--+---+--
  |   |

To be rendered as four crossing lines rather than.

tmp

Is there a way? If not, I suggest a {x} thing could do the trick.

stathissideris commented 5 years ago

Hello,

There is no way to do it, but you could turn shadows off to make it less obvious!

On Sun, 14 Apr 2019 at 17:05, Lars Brinkhoff notifications@github.com wrote:

I'd like a way for this input

--+---+--

--+---+-- | |

To be rendered as four crossing lines rather than.

[image: tmp] https://user-images.githubusercontent.com/775050/56093970-ffd60200-5ece-11e9-8834-61e6d1d15006.png

Is there a way? If not, I suggest a {x} thing could do the trick.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stathissideris/ditaa/issues/49, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJ4103DdsTDms28nygEaMjDNmW_bIq9ks5vgzWRgaJpZM4cuos2 .

larsbrinkhoff commented 5 years ago

Thanks, maybe I'll do that.

Or look into adding an {x} which can turn on or off shadows for individual boxes.