mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-03 19:33:07 +03:00
Modify test code
This commit is contained in:
parent
87e7e88591
commit
9a4b1301de
|
@ -1361,13 +1361,9 @@ def test_continuous_horizontal_edges_polygon():
|
||||||
(12, 6),
|
(12, 6),
|
||||||
(12, 12),
|
(12, 12),
|
||||||
(8, 12),
|
(8, 12),
|
||||||
(8, 9),
|
|
||||||
(8, 8),
|
(8, 8),
|
||||||
(5, 8),
|
|
||||||
(4, 8),
|
(4, 8),
|
||||||
(3, 8),
|
|
||||||
(2, 8),
|
(2, 8),
|
||||||
(2, 7),
|
|
||||||
]
|
]
|
||||||
img, draw = create_base_image_draw((16, 16))
|
img, draw = create_base_image_draw((16, 16))
|
||||||
draw.polygon(xy, BLACK)
|
draw.polygon(xy, BLACK)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user