Skip to content

Commit a6efb36

Browse files
authored
Merge pull request #7169 from radarhere/coordinate
2 parents 90707d4 + b39c807 commit a6efb36

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/handbook/concepts.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@ in the upper left corner. Note that the coordinates refer to the implied pixel
9595
corners; the centre of a pixel addressed as (0, 0) actually lies at (0.5, 0.5).
9696

9797
Coordinates are usually passed to the library as 2-tuples (x, y). Rectangles
98-
are represented as 4-tuples, with the upper left corner given first. For
99-
example, a rectangle covering all of an 800x600 pixel image is written as (0,
100-
0, 800, 600).
98+
are represented as 4-tuples, (x1, y1, x2, y2), with the upper left corner given
99+
first.
101100

102101
Palette
103102
-------

0 commit comments

Comments
 (0)