Merge pull request #3620 from radarhere/outside

Added note about ImageDraw operations that exceed image bounds
This commit is contained in:
Hugo 2019-02-03 12:44:27 +02:00 committed by GitHub
commit eea6686f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,8 @@ Coordinates
^^^^^^^^^^^
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
^^^^^^