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

@@ -23,6 +23,7 @@ local render = function (cr)
cr:curve_to (3, 0, 2, 2, 0, 2)
cr:line_to (-2, 2)
cr:curve_to (-1, 1, -1, -1, -2, -2)
cr:close_path ()
cr:stroke ()
-- The terminals