Just tweaked the constants

This commit is contained in:
tgaeta
2025-09-17 15:02:55 -04:00
parent e67f4ad19c
commit e27f3424bb
2 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -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))