From: Ian Jackson Date: Wed, 2 Dec 2020 22:37:19 +0000 (+0000) Subject: pumpkin-books.ps: wip new approach X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b0195abe49243fd16f9bb0bf9e872ac59f7d7481;p=quacks.git pumpkin-books.ps: wip new approach --- diff --git a/pumpkin-books.ps b/pumpkin-books.ps new file mode 100644 index 0000000..a0bb403 --- /dev/null +++ b/pumpkin-books.ps @@ -0,0 +1,20 @@ +%! + +72 25.4 div dup scale + +0 0 0 setrgbcolor +1 setlinewidth + +/tw 115 def +/th 73 def +/bdiag 5 def + +/prop + +0 0 moveto +tw 0 lineto +tw bdiag sub th lineto +bdiag th lineto +closepath stroke + +%tw 2 div move