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
line_horizontal_w2px_normal.png
line_horizontal_w3px.png
line_horizontal_w101px.png
line_oblique_45_w3px_a.png
line_oblique_45_w3px_b.png
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
line_vertical_w2px_normal.png
line_vertical_w3px.png
line_vertical_w101px.png
square.png
triangle_right.png