diff --git a/.DS_Store b/.DS_Store index ab18bdb..025b1a5 100644 Binary files a/.DS_Store and b/.DS_Store differ 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))