From 5b1eb2c38822d3cd35a34abb4d5514ad58e2ff38 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Thu, 29 Apr 2021 18:15:41 +0200 Subject: [PATCH] =?UTF-8?q?fix=20=C3=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- laantas-script/Glyphs.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laantas-script/Glyphs.hs b/laantas-script/Glyphs.hs index 04b9296..a3fa866 100644 --- a/laantas-script/Glyphs.hs +++ b/laantas-script/Glyphs.hs @@ -603,7 +603,7 @@ ua = G {path = uaPath, width = 5} ŕ = G {path = ŕPath, width = 5} aPath = P [mA (0,0), lR (0,5)] -áPath = P [mA (0,0), lR (5,0), mA (3,0), lR (5,0)] +áPath = P [mA (0,0), lR (0,5), mA (3,0), lR (0,5)] íPath = P [mA (0,0), lR (3,0), lR (0,5), mR (0,-5), lR (2,0), lR (0,5)] uPath = P $ circA 2.5 (2.5,2.5) úPath = P $ ellipseA 1.5 2.5 (1.5,2.5) <> ellipseA 1.5 2.5 (4.5,2.5)