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/Passive/resistor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/library/Passive/resistor.lua') diff --git a/share/library/Passive/resistor.lua b/share/library/Passive/resistor.lua index 7c0b222..bad7a72 100644 --- a/share/library/Passive/resistor.lua +++ b/share/library/Passive/resistor.lua @@ -42,7 +42,7 @@ local render = function (cr) cr:line_to (1.5, -0.5) cr:line_to (1.5, 0.5) cr:line_to (-1.5, 0.5) - cr:line_to (-1.5, -0.5) + cr:close_path () -- The terminals cr:move_to (-2, 0) -- cgit v1.2.3