Added note about ImageDraw operations that exceed image bounds [ci skip]

This commit is contained in:
Andrew Murray 2019-01-27 22:10:54 +11:00
parent 1b91ae361d
commit 32c344b7ce

View File

@ -37,7 +37,8 @@ Coordinates
^^^^^^^^^^^ ^^^^^^^^^^^
The graphics interface uses the same coordinate system as PIL itself, with (0, The graphics interface uses the same coordinate system as PIL itself, with (0,
0) in the upper left corner. 0) in the upper left corner. Any pixels drawn outside of the image bounds will
be discarded.
Colors Colors
^^^^^^ ^^^^^^