Remove trailing whitespace
This commit is contained in:
committed by
GitHub
parent
058d956464
commit
74deca52b9
@@ -192,7 +192,7 @@ def corner_triangle(buf, width, height, corner):
|
|||||||
xlimits = [(diagonal_y(x), height - 1) for x in range(width)]
|
xlimits = [(diagonal_y(x), height - 1) for x in range(width)]
|
||||||
fill_region(buf, width, height, xlimits)
|
fill_region(buf, width, height, xlimits)
|
||||||
|
|
||||||
|
|
||||||
def antialiased_1px_line(buf, width, height, p1, p2):
|
def antialiased_1px_line(buf, width, height, p1, p2):
|
||||||
# Draw an antialiased line using the Wu algorithm
|
# Draw an antialiased line using the Wu algorithm
|
||||||
x1, y1 = p1
|
x1, y1 = p1
|
||||||
|
|||||||
Reference in New Issue
Block a user