Close symbol paths where appropriate

Removes some ugliness in PDF exports, stemming from line thickness.
This commit is contained in:
2021-11-02 10:35:20 +01:00
parent deceafb4f4
commit 7499f92811
4 changed files with 4 additions and 4 deletions

View File

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