From 80c1ef5dcdb03bc692801930a6801b7a917838a3 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 11 Jul 2022 19:38:46 +1000 Subject: [PATCH] Simplified rectangle command --- src/PIL/PSDraw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/PSDraw.py b/src/PIL/PSDraw.py index dd643c15cc5..13b3048f67e 100644 --- a/src/PIL/PSDraw.py +++ b/src/PIL/PSDraw.py @@ -185,7 +185,7 @@ def image(self, box, im, dpi=None): exch dup 0 exch rlineto exch neg 0 rlineto 0 exch neg rlineto - 100 div setgray fill 0 setgray } bind def + setgray fill } bind def /Tm matrix def /Ve { Tm currentmatrix pop translate scale newpath 0 0 .5 0 360 arc closepath