goat icon indicating copy to clipboard operation
goat copied to clipboard

Edge cases don't render correctly

Open blampe opened this issue 3 years ago • 1 comments

Examples:

Markdeep's source became available after I hacked together this project many years ago. Its diagramToSVG method is worth referencing.

blampe avatar May 06 '22 23:05 blampe

Firefox allows setting per-window background to a color different from the "theme" background. Viewing this way the Markdeep example page cited above [lineends], note the white-filled circle at right (https://casual-effects.com/markdeep/features.md.html#diagramexamples/lineends)

Screenshot 2022-05-16 at 19-53-35 Markdeep Feature Demo

Conclusions:

  1. Like Goat, Markdeep too fills opaquely the center of the seemingly "hollow" circle specified by 'o'.
  2. Visually corrupt results are easily fallen into by code that attempts to guess the window background color.

dmullis avatar May 17 '22 03:05 dmullis