svgbob icon indicating copy to clipboard operation
svgbob copied to clipboard

Request: brace labels

Open clarfonthey opened this issue 3 years ago • 0 comments

Basically a weird case of something I haven't been able to look right. What I'm imagining is something like this, where the brace is used to group things together: https://upload.wikimedia.org/wikipedia/commons/e/e6/Curly_Bracket_Notation.png

From what it seems, svgbob doesn't do too well with inferring shapes that don't go beyond a single line. I've tried the below and haven't really managed to get any to look right in svgbob:

 group of things
'-------.-------'

 group of things
\-------v-------/

 group of things
╰-------🮦-------╯

I honestly don't expect you to implement the right characters to display stuff like this, mostly figured it would be moderately helpful to list this here in case there are particular edge cases for diagrams you want to cover, or if you have ideas of how to do stuff like this.

clarfonthey avatar Apr 14 '21 05:04 clarfonthey