mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +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():
|
||||
xy = [
|
||||
(2, 6),
|
||||
(6, 6),
|
||||
(12, 6),
|
||||
(12, 12),
|
||||
(8, 12),
|
||||
|
|
Loading…
Reference in New Issue
Block a user