Small syntax error in the docstring.
parent
2a24cf640d
commit
7b4bd38b21
|
@ -55,7 +55,7 @@ def ellipse2pathd(ellipse):
|
|||
|
||||
|
||||
def polygon2pathd(polyline_d):
|
||||
Path object d-attribute.
|
||||
"""Path object d-attribute.
|
||||
Note: For a polygon made from n points, the resulting path will be
|
||||
composed of n lines (even if some of these lines have length zero)."""
|
||||
points = polyline_d.replace(', ', ',')
|
||||
|
|
Loading…
Reference in New Issue