mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 17:45:20 +08:00
BUG: Provide bresenham as backward compatible name for line.
This commit is contained in:
@@ -4,3 +4,4 @@ Methods to draw on arrays.
|
||||
"""
|
||||
|
||||
from ._draw import line, polygon, ellipse, circle
|
||||
bresenham = line
|
||||
|
||||
Reference in New Issue
Block a user