From e27f3424bb481e27bd2b8def75e0aeb8ad4453d2 Mon Sep 17 00:00:00 2001 From: tgaeta Date: Wed, 17 Sep 2025 15:02:55 -0400 Subject: [PATCH] Just tweaked the constants --- .DS_Store | Bin 6148 -> 6148 bytes typeface.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index ab18bdb1b05edde16b34dc2dce93bb42b10b2c6c..025b1a5c30621007ac90e8bd92de25d43e7d749c 100644 GIT binary patch delta 135 zcmZoMXffEJ#uT@D0|NsC3xgg*IzuKyNp8N2OHxjL5>SjoO5eMBmhEvzRQVLV@&y@& u!O8i#1wcIv3``psCa+_Xnmmt*k4ZKR$W-H)AkKXlWG0X!v-t-Tk0=1`)*~SjoUc}gLrtNV@RQVLV@&y@& u!O8i#1wcIv3``CTlh-jxO`gZZ$0YL=$W-I_xbILN$V?zdX7djw9#H_mS|juT diff --git a/typeface.py b/typeface.py index e1f6d92..c86083d 100644 --- a/typeface.py +++ b/typeface.py @@ -85,7 +85,7 @@ def draw_letter_k(unit): def draw_letter_l(unit): draw_bezier(unit, 100, - (1.46, 8), + (1, 8), (5.27, -6.66), (-5.94, 4.27), (7, 0)) @@ -116,7 +116,7 @@ def draw_letter_t(unit): def draw_letter_u(unit): draw_bezier(unit, 100, - (0.5, 8), + (1, 8), (0, -2.5), (8, -2.5), (7, 8))