diff --git a/packages/font-glyphs/src/symbol/geometric/masked.ptl b/packages/font-glyphs/src/symbol/geometric/masked.ptl index d57a4eaf16..3ea7fce559 100644 --- a/packages/font-glyphs/src/symbol/geometric/masked.ptl +++ b/packages/font-glyphs/src/symbol/geometric/masked.ptl @@ -452,7 +452,9 @@ glyph-block Symbol-Geometric-Masked : for-width-kinds WideWidth1 create-glyph [MangleName 'marriageSymbol'] [MangleUnicode 0x26AD] : glyph-proc set-width Geom.Width - local offsetX : Geom.Size * Size.SlightlySmall.size / 2 + local radius : Geom.Size * Size.SlightlySmall.size + local stroke Size.SlightlySmall.sw + local offsetX : radius / 2 - stroke / 4 include : union with-transform [Translate offsetX 0] : refer-glyph : MangleName 'whiteSlightlySmallCircle' with-transform [Translate (-offsetX) 0] : refer-glyph : MangleName 'whiteSlightlySmallCircle'