Path: use verbose mode for fromShapes() to get relative arc centers
This commit is contained in:
@@ -158,9 +158,9 @@ class ObjectContour:
|
||||
lshapes.append(c)
|
||||
|
||||
if start is None:
|
||||
pp = Path.fromShapes(lshapes)
|
||||
pp = Path.fromShapes(lshapes, verbose=False)
|
||||
else:
|
||||
pp = Path.fromShapes(lshapes, start)
|
||||
pp = Path.fromShapes(lshapes, start, verbose=False)
|
||||
return pp
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user