Commit 777b19c
committed
fix(admin): thread the ASCII glyph opt-in into the overlay styler (issue #54)
PI_DISPATCH_ASCII=1 flipped panel.mjs' glyph table but not the
overlay's own frame glyphs, the half-ASCII gap the dashboard comment
deferred with 'lands when the view PR settles'. This is that PR
settling: makeStyler now receives { ascii } from the same resolved
paths the setGlyphs funnel reads, so the frame and the panel
primitives degrade together. The opt-in stays per styler instance on
purpose, because setGlyphs must not restyle overlays behind a
styler's back (the recorded style.mjs rationale is unchanged).
Byte-identical without the opt-in, pinned by test.
Signed-off-by: Rob Boerman <robboerman@live.nl>1 parent f47b535 commit 777b19c
3 files changed
Lines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
819 | | - | |
| 819 | + | |
| 820 | + | |
820 | 821 | | |
821 | 822 | | |
822 | 823 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
96 | 115 | | |
97 | 116 | | |
98 | 117 | | |
| |||
0 commit comments