From d779097d5bbc8dc8aa87506e025e472aedd53c9f Mon Sep 17 00:00:00 2001 From: be5invis Date: Sat, 10 Jul 2021 14:14:50 -0700 Subject: [PATCH] Refinement --- font-src/glyphs/letter/greek/lower-delta.ptl | 10 ++++++---- snapshot-src/index.js | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/font-src/glyphs/letter/greek/lower-delta.ptl b/font-src/glyphs/letter/greek/lower-delta.ptl index 377ac80ed..03df0e858 100644 --- a/font-src/glyphs/letter/greek/lower-delta.ptl +++ b/font-src/glyphs/letter/greek/lower-delta.ptl @@ -42,7 +42,7 @@ glyph-block Letter-Greek-Lower-Delta : begin local fine : Stroke * CThin local coFine : mix fine Stroke 0.5 local yTop : CAP - Stroke - local yMid : CAP * 0.6 + local yMid : Stroke * 0.25 + [mix 0 XH (7 / 8)] local yMid2 : mix yMid [YSmoothMidR yMid 0 SmallSmoothA SmallSmoothB] 0.95 local yMid3 : mix yMid [YSmoothMidR yMid 0 SmallSmoothA SmallSmoothB] 0.5 local yMockBarStart : yMid3 + 2.25 * Stroke @@ -51,15 +51,17 @@ glyph-block Letter-Greek-Lower-Delta : begin include : HBarTop SB RightSB CAP include : intersection [MaskBelow yTop] : dispiro g4.right.start (Middle + CorrectionOMidS - TanSlope * (Stroke - fine)) (O + Stroke - fine + 1/16) [widths.lhs fine] - straight.up.mid (RightSB - OX - (1 - CThin) * Stroke * HVContrast) [YSmoothMidR yMid 0 SmallSmoothA SmallSmoothB] + flat (RightSB - OX - (1 - CThin) * Stroke * HVContrast) SmallSmoothA + curl (RightSB - OX - (1 - CThin) * Stroke * HVContrast) (yMid - SmallSmoothB) arcvh g4 (Middle - CorrectionOMidS) (yMid - O) [widths.lhs] archv - g4 (SB + OX) [YSmoothMidL yMid 0 SmallSmoothA SmallSmoothB] + flat (SB + OX) (yMid - SmallSmoothA) + curl (SB + OX) SmallSmoothB arcvh g4 (Middle + CorrectionOMidS) O archv - flat (RightSB - OX) [YSmoothMidR yMid 0 SmallSmoothA SmallSmoothB] [widths.lhs coFine] + flat (RightSB - OX) SmallSmoothA [widths.lhs coFine] curl (RightSB - OX) yMid2 flat [mix Width SB pStraightBarStart] [mix yMockBarStart yTop pStraightBarStart] [widths.lhs] curl [mix Width SB 1] [mix yMockBarStart yTop 1] [widths.rhs] diff --git a/snapshot-src/index.js b/snapshot-src/index.js index fe15f92a7..887fa02cd 100644 --- a/snapshot-src/index.js +++ b/snapshot-src/index.js @@ -29,10 +29,10 @@ const captureCallbacks = { const ssStrings = [ ["ABC.DEF.GHI.JKL.MNO.PQRS.TUV.WXYZ", "abc.def.ghi.jkl.mno.pqrs.tuv.wxyz"], - ["1234567890 ,._-+= >< ¯-¬_ >~–÷+×<", "{}[]()<> +-=$*/#_%^@\\&|~?'\" !,.;:"], + [".¢ ſ ß ΓΛΔ αδιλξ ЗКУЯ зклнфчяьы .", "float il1[]={1-2/3.4,5+6=7/8%90};"], + ["1234567890 ,._-+= >< ¯-¬_ >~–÷+×<", "{}[]()<>`+-=$*/#_%^@\\&|~?'\" !,.;:"], ["!iIlL17|¦ coO08BbDQ $5SZ2zsz 96G&", [..."dbqp E3 g9q CGQ vvw VVW /V ", "<=", " ", ">="]] ]; - function cbAmendStylisticSetContents(element, p) { element.innerHTML = ""; const inner = document.createElement("div");