Skip to content

Commit

Permalink
Simplified rectangle command
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jul 11, 2022
1 parent db1d945 commit 80c1ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/PSDraw.py
Expand Up @@ -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
Expand Down

0 comments on commit 80c1ef5

Please sign in to comment.