BUG: Provide bresenham as backward compatible name for line.

This commit is contained in:
Stefan van der Walt
2012-04-24 13:05:36 -07:00
parent 6cdd36c178
commit abca94e16f
+1
View File
@@ -4,3 +4,4 @@ Methods to draw on arrays.
"""
from ._draw import line, polygon, ellipse, circle
bresenham = line