Commit 5de5490
authored
Remove unused code in glyph drawing code (#128)
The original intent of the `when` block was to remove the line around the
glyph when the line and fill color were the same. However, the `eq?` test was
always false in Typed Racket, so the code never executed.
The `eq?` test is now fixed in
racket/typed-racket#1358, but as a result, the visual
layout of plots would change, making glyphs smaller, since the outline is not
drawn anymore.
To keep the backwards compatibility of the plot look-and-feel, the entire
`when` block was removed.1 parent 2417c22 commit 5de5490
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | 549 | | |
553 | 550 | | |
554 | 551 | | |
| |||
0 commit comments