Skip to content

Commit e43eab5

Browse files
committed
Cover horizontal lines both increasing in x
1 parent f4b34c0 commit e43eab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/test_imagedraw.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,6 +1331,7 @@ def test_compute_regular_polygon_vertices_input_error_handling(
13311331
def test_continuous_horizontal_edges_polygon():
13321332
xy = [
13331333
(2, 6),
1334+
(6, 6),
13341335
(12, 6),
13351336
(12, 12),
13361337
(8, 12),

0 commit comments

Comments
 (0)