diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-01 14:33:22 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-01 14:33:22 -0500 |
| commit | 52654b396d5af7c0745aba8818b051440ef6529f (patch) | |
| tree | be1df60a5877e7de764d3d80c7f0fcf1fa5c022e /src | |
| parent | b97c48f25134a558cdce8222d7ecebf836ddb696 (diff) | |
Fix backing font size
Diffstat (limited to 'src')
| -rw-r--r-- | src/e.bqn | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,9 +9,9 @@ t ← 10 ps ← At "class=Paren|stroke=currentColor|fill=none|stroke-width=1" rc ← At "class=code|stroke-width=1|rx=10" gr ← "g" At "font-family=BQN,monospace|font-size=18px" -gt ← "g" At "text-anchor=middle" -gb ← "g" At "class=codeCover|stroke-width=6|stroke-linejoin=round" -gf ← "g" At "font-size=15px|opacity=0.9" +gt ← "g" At "font-size=15px|text-anchor=middle" +gb ← "g" At "class=codeCover|stroke-width=8|stroke-linejoin=round" +gf ← "g" At "opacity=0.9" Shadow ← { t ← (⟨0,0‿¯2⟩+⌜𝕨) ("text" Attr Pos)⊸Enc¨ (1⊸⊑¨≍∾¨) 𝕩 gt Enc ⟨gb,gf⟩ Enc¨<˘ t |
