Skip to content

Commit

Permalink
fix block quadrants.
Browse files Browse the repository at this point in the history
closes be5invis#2240 .
  • Loading branch information
jmcwilliams403 committed Mar 16, 2024
1 parent 4798acf commit 1965375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/29.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix height of block quadrants (`U+2596`..`U+259F`) (#2240).
2 changes: 1 addition & 1 deletion packages/font-glyphs/src/symbol/mosaic/teletext.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ glyph-block Symbol-Mosaic-Teletext : begin
create-glyph [MangleName : NameUni unicode] [MangleUnicode unicode] : glyph-proc
set-width MosaicWidth
include : ForceUpright
include : BlockMosaicPattern 2 3 : [pattern.split ''].map : x => x - 1
include : BlockMosaicPattern 2 2 : [pattern.split ''].map : x => x - 1

define [BlockMosaic23 unicode pattern] : begin
create-glyph [MangleName : NameUni unicode] [MangleUnicode unicode] : glyph-proc
Expand Down

0 comments on commit 1965375

Please sign in to comment.