From 7499f92811cadbd5928dab8d092014bc72aa2b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 2 Nov 2021 10:35:20 +0100 Subject: Close symbol paths where appropriate Removes some ugliness in PDF exports, stemming from line thickness. --- share/library/Misc/switch.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'share/library/Misc/switch.lua') diff --git a/share/library/Misc/switch.lua b/share/library/Misc/switch.lua index 2d95b6b..9901de6 100644 --- a/share/library/Misc/switch.lua +++ b/share/library/Misc/switch.lua @@ -21,8 +21,7 @@ local render = function (cr) cr:line_to (-1, 0) -- The terminals - cr:move_to (-2, 0) - cr:line_to (-1, 0) + cr:line_to (-2, 0) cr:move_to (1, 0) cr:line_to (2, 0) -- cgit v1.2.3