Skip to content

Commit

Permalink
fix composition
Browse files Browse the repository at this point in the history
  • Loading branch information
Logo121 committed Sep 11, 2024
1 parent 8eb2396 commit 3db4243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/font-glyphs/src/symbol/geometric/masked.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ glyph-block Symbol-Geometric-Masked : for-width-kinds WideWidth1
# Compositions
create-glyph [MangleName 'compositionSymbol'] [MangleUnicode 0x2384] : glyph-proc
set-width Geom.Width
local offsetX : Geom.Size * Size.Medium.size / 2
local offsetX : Geom.Size * Size.Medium.size / 2 - GeometryStroke / 4
include : union
with-transform [Translate offsetX 0] : refer-glyph : MangleName 'whiteMediumCircle'
with-transform [Translate (-offsetX) 0] : refer-glyph : MangleName 'whiteMediumSquare'
Expand Down

0 comments on commit 3db4243

Please sign in to comment.