mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-15 18:52:19 +03:00
Cover horizontal lines both increasing in x
This commit is contained in:
parent
006de79d60
commit
a3dbee9f08
|
@ -1354,6 +1354,7 @@ def test_compute_regular_polygon_vertices_input_error_handling(
|
||||||
def test_continuous_horizontal_edges_polygon():
|
def test_continuous_horizontal_edges_polygon():
|
||||||
xy = [
|
xy = [
|
||||||
(2, 6),
|
(2, 6),
|
||||||
|
(6, 6),
|
||||||
(12, 6),
|
(12, 6),
|
||||||
(12, 12),
|
(12, 12),
|
||||||
(8, 12),
|
(8, 12),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user