mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Simplified rectangle command
This commit is contained in:
parent
db1d945ce7
commit
80c1ef5dcd
|
@ -185,7 +185,7 @@ VDI_PS = b"""\
|
||||||
exch dup 0 exch rlineto
|
exch dup 0 exch rlineto
|
||||||
exch neg 0 rlineto
|
exch neg 0 rlineto
|
||||||
0 exch neg rlineto
|
0 exch neg rlineto
|
||||||
100 div setgray fill 0 setgray } bind def
|
setgray fill } bind def
|
||||||
/Tm matrix def
|
/Tm matrix def
|
||||||
/Ve { Tm currentmatrix pop
|
/Ve { Tm currentmatrix pop
|
||||||
translate scale newpath 0 0 .5 0 360 arc closepath
|
translate scale newpath 0 0 .5 0 360 arc closepath
|
||||||
|
|
Loading…
Reference in New Issue
Block a user