Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG rendering glitches in diagrams #1378

Open
ekr opened this issue Feb 18, 2025 · 1 comment
Open

SVG rendering glitches in diagrams #1378

ekr opened this issue Feb 18, 2025 · 1 comment

Comments

@ekr
Copy link
Contributor

ekr commented Feb 18, 2025

There are two SVG rendering glitches:

Note the vertical bar to the left of ClientHello

Image

Note that the * has been converted into a bullet.

Image

@martinthomson I can investigate these but I thought you might know an easy fix.

@martinthomson
Copy link
Contributor

There aren't any easy fixes really.

I'm not aware of an easy fix for the vertical line of '+' that you have. '+' is a line character, so any line of them will be turned into a line. You could replace it with '+' (the unicode fullwidth plus sign, U+FF0B) I guess, which won't be recognized. As a fullwidth character in a monospace font, it should render identically.

The '*' will be a bullet if it is on its own. Replacing it with a different character throughout might be an easy fix for that as well. '*' (U+FF0A) is an option there, again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants