ivanceras / svgbob

Convert your ascii diagram scribbles into happy little SVG
http://ivanceras.github.io/svgbob-editor/
Apache License 2.0
3.91k stars 112 forks source link

shape doesn't close between + and * vertically #39

Closed QiangF closed 4 years ago

QiangF commented 5 years ago

Normally there is no gap between adjacent + and *, eg:

--+*

but if the two are vertically aligned, there is a gap:

  *----.
--+ ab |
  | ab |
--*----'
  +

also, when simply vertically align the two, * is treated as a character:

|
+
*
ivanceras commented 4 years ago

@QiangF characters such as +, *, . have a lower signal intensity . You may need to use characters like | and - to explicitly mean a connection to the *. Balancing the signal intensity is quite hard since it affects all other formation.

---*

  *----.
--| ab |
  | ab |
--*----'
  |

|
|
*