goat icon indicating copy to clipboard operation
goat copied to clipboard

Rendering in close corners

Open katexochen opened this issue 1 year ago • 2 comments

Sometimes corners that are close to each other cannot be rendered as desired:

The following is kind of expected:

+----------+
|  PCRn    |
+----------+
+----------+
| Nonce    |
+----------+

image

It would be great if using other corners would not connect the two boxes:

+----------+
|  PCRn    |
'----------'
.----------.
| Nonce    |
+----------+

but it currently renders the same as with +

katexochen avatar Oct 29 '23 11:10 katexochen

See fix referenced above.

dmullis avatar Feb 20 '24 21:02 dmullis

Fix mentioned above will be preserved in https://github.com/dmullis/goat/tree/github-test rather than in the main branch of my fork.

dmullis avatar Jun 11 '24 01:06 dmullis

Fixed in https://github.com/blampe/goat/pull/35/commits/a4c2da8def73c96d0d4de69adfa361f7ce87a158

dmullis avatar Jul 17 '24 22:07 dmullis