Correct bowl position
This commit is contained in:
parent
5c999664cb
commit
d2d6bc05bb
1 changed files with 1 additions and 1 deletions
|
@ -2324,7 +2324,7 @@ glyph-block LetterUnified-Basic : begin
|
|||
local left : SB + offset
|
||||
|
||||
if (bowlTop - bowlBottom <= sma + smb) : begin
|
||||
local turn : mix bowlTop bowlBottom (smb / (sma + smb))
|
||||
local turn : mix bowlTop bowlBottom (sma / (sma + smb))
|
||||
return : list
|
||||
flat (Width - SB * mul + O) bowlTop [heading Leftward]
|
||||
curl (left + turnRadius - CorrectionOMidS) bowlTop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue