File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/font-glyphs/src/letter/latin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -270,13 +270,13 @@ glyph-block Letter-Latin-W : begin
270270
271271 local YShape : NonCursiveYShapeT straightBar bottomShape { false doSlabBottom false } l r (l + df.leftSB) df.mvs
272272 local YShapeRight : YShape.RightHalf 0 1 # = TS-NONE SHRINK-INNER
273- include : YShape.SmallYShape top Descender ( df.mvs / 2)
273+ include : YShape.SmallYShape top Descender df.mvs
274274
275275 eject-contour 'leftHalf'
276276
277277 include : difference
278278 WShapeImpl df top wBodyType wSlabType MIDH-TOP
279- intersection [MaskBelow : top - df.mvs ] [MaskAbove : Descender + df.mvs] : YShapeRight.splitMask top Descender
279+ intersection [MaskBelow : top / 2 ] [MaskAbove : Descender + df.mvs] : YShapeRight.splitMask top Descender
280280
281281 eject-contour 'strokeUp2'
282282
You can’t perform that action at this time.
0 commit comments