From d1272ce9c904201c97e68da030b2fa9530e895a7 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Wed, 19 Apr 2023 09:28:42 -0700 Subject: repair off-by-one curve handles, introduced by the UPM scaling in Glyphs --- src/Inter-Roman.glyphspackage/glyphs/iota.glyph | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/Inter-Roman.glyphspackage/glyphs/iota.glyph') diff --git a/src/Inter-Roman.glyphspackage/glyphs/iota.glyph b/src/Inter-Roman.glyphspackage/glyphs/iota.glyph index 1107f7bc9..264798c95 100644 --- a/src/Inter-Roman.glyphspackage/glyphs/iota.glyph +++ b/src/Inter-Roman.glyphspackage/glyphs/iota.glyph @@ -22,10 +22,10 @@ shapes = ( closed = 1; nodes = ( (152,276,l), -(151,61,o), -(253,-15,o), +(152,61,o), +(253,-14,o), (390,-14,cs), -(460,-15,o), +(460,-14,o), (506,-3,o), (536,6,c), (536,168,l), @@ -64,7 +64,7 @@ shapes = ( closed = 1; nodes = ( (140,338,l), -(141,93,o), +(140,93,o), (278,-12,o), (512,-12,cs), (580,-12,o), @@ -98,9 +98,9 @@ closed = 1; nodes = ( (198,174,ls), (198,64,o), -(258,-15,o), +(258,-14,o), (344,-14,cs), -(394,-15,o), +(394,-14,o), (427,-9,o), (430,-8,c), (422,38,l), @@ -136,10 +136,10 @@ shapes = ( closed = 1; nodes = ( (120,276,l), -(119,61,o), -(221,-15,o), +(120,61,o), +(221,-14,o), (358,-14,cs), -(428,-15,o), +(428,-14,o), (474,-3,o), (504,6,c), (504,168,l), @@ -169,7 +169,7 @@ shapes = ( closed = 1; nodes = ( (124,338,l), -(125,93,o), +(124,93,o), (262,-12,o), (496,-12,cs), (564,-12,o), @@ -203,9 +203,9 @@ closed = 1; nodes = ( (134,174,ls), (134,64,o), -(194,-15,o), +(194,-14,o), (280,-14,cs), -(330,-15,o), +(330,-14,o), (363,-9,o), (366,-8,c), (358,38,l), -- cgit v1.2.3