Pillow/Tests/images/imagedraw
Terseus b987d90568 Added tests for lines with 1px slope
This tests are designed to guarantee that the wide lines behave exactly
like normal lines drawn with the Bresenham's algorithm.
This tests are somewhat subjective since this is non-defined behavior,
but I think that mimic the Bresenham's algorithm is reliable enough.

Currently the horizontal version of this test **fail**.
2014-04-09 19:34:50 +02:00
..
line_horizontal_slope1px_w2px.png Added tests for lines with 1px slope 2014-04-09 19:34:50 +02:00
line_horizontal_w2px_inverted.png Added test for horizontal lines 2014-04-04 12:35:26 +02:00
line_horizontal_w2px_normal.png Added test for horizontal lines 2014-04-04 12:35:26 +02:00
line_horizontal_w3px.png Added test for horizontal lines 2014-04-04 12:35:26 +02:00
line_horizontal_w101px.png Added tests of hor/ver lines 101px wide 2014-04-09 19:34:50 +02:00
line_oblique_45_w3px_a.png Added some oblique 45º lines tests 2014-04-09 19:33:46 +02:00
line_oblique_45_w3px_b.png Added some oblique 45º lines tests 2014-04-09 19:33:46 +02:00
line_vertical_slope1px_w2px.png Added tests for lines with 1px slope 2014-04-09 19:34:50 +02:00
line_vertical_w2px_inverted.png Added test for vertical lines. 2014-04-04 12:45:47 +02:00
line_vertical_w2px_normal.png Added test for vertical lines. 2014-04-04 12:45:47 +02:00
line_vertical_w3px.png Added test for vertical lines. 2014-04-04 12:45:47 +02:00
line_vertical_w101px.png Added tests of hor/ver lines 101px wide 2014-04-09 19:34:50 +02:00
square.png Added test for a simple square 2014-04-04 11:28:41 +02:00
triangle_right.png Added test for a simple right triangle 2014-04-04 11:46:58 +02:00