From 32c344b7ced1ee4d8f76daa39a13a3ed51b13d93 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 27 Jan 2019 22:10:54 +1100 Subject: [PATCH] Added note about ImageDraw operations that exceed image bounds [ci skip] --- docs/reference/ImageDraw.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/ImageDraw.rst b/docs/reference/ImageDraw.rst index 1f5e9b57e..7c24bae93 100644 --- a/docs/reference/ImageDraw.rst +++ b/docs/reference/ImageDraw.rst @@ -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 ^^^^^^