diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-02 10:35:20 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-02 10:36:17 +0100 |
commit | 7499f92811cadbd5928dab8d092014bc72aa2b1d (patch) | |
tree | b12a539b2bcbb6244693443fd53c855254e1bad8 /share/library/Logical | |
parent | deceafb4f4b6d2c59c6dbd6358d5ad68ae88fa59 (diff) | |
download | logdiag-7499f92811cadbd5928dab8d092014bc72aa2b1d.tar.gz logdiag-7499f92811cadbd5928dab8d092014bc72aa2b1d.tar.xz logdiag-7499f92811cadbd5928dab8d092014bc72aa2b1d.zip |
Close symbol paths where appropriate
Removes some ugliness in PDF exports, stemming from line thickness.
Diffstat (limited to 'share/library/Logical')
-rw-r--r-- | share/library/Logical/or.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/library/Logical/or.lua b/share/library/Logical/or.lua index 18aabab..27390a9 100644 --- a/share/library/Logical/or.lua +++ b/share/library/Logical/or.lua @@ -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 |