Skip to content

Commit

Permalink
Minor fixup of stroke width of combining box. (#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcwilliams403 authored Sep 27, 2024
1 parent 006c77e commit 11062d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/font-glyphs/src/marks/below.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ glyph-block Mark-Below : begin
include : StdAnchors.mediumWide

local boxhs : Math.min (markFine * 2) ((belowMarkTop - belowMarkBot) / 3)
local boxvs : Math.min (markFine * 2) (markExtend * 2 / 3)
local boxvs : Math.min (markFine * 2) ((markExtend * 2) / (HVContrast * 3))

include : VBar.l (markMiddle - markExtend) belowMarkBot belowMarkTop boxvs
include : VBar.r (markMiddle + markExtend) belowMarkBot belowMarkTop boxvs
Expand All @@ -132,10 +132,10 @@ glyph-block Mark-Below : begin
set-width 0
include : StdAnchors.mediumWide

local boxsw : Math.min (markFine * 2) ((belowMarkTop - belowMarkBot) / 3)
local eqsw : Math.min (markFine * 2) ((belowMarkTop - belowMarkBot) / 3)

include : HBar.b (markMiddle - markExtend) (markMiddle + markExtend) belowMarkBot boxsw
include : HBar.t (markMiddle - markExtend) (markMiddle + markExtend) belowMarkTop boxsw
include : HBar.b (markMiddle - markExtend) (markMiddle + markExtend) belowMarkBot eqsw
include : HBar.t (markMiddle - markExtend) (markMiddle + markExtend) belowMarkTop eqsw

create-glyph 'shelfBelow' : glyph-proc
set-width 0
Expand Down

0 comments on commit 11062d7

Please sign in to comment.