diff --git a/examples/Tools/SquareRounded.html b/examples/Tools/SquareRounded.html index 1c47d5ab..9b4e6611 100644 --- a/examples/Tools/SquareRounded.html +++ b/examples/Tools/SquareRounded.html @@ -70,9 +70,7 @@ curHandleSeg = path.lastSegment; // clone as we want the unmodified one: prevPoint = curHandleSeg.point.clone(); - // TODO: potential bug - in SG we don't need to clone this - // point, why? - path.add(curHandleSeg.clone()); + path.add(curHandleSeg); curPoint = path.lastSegment.point; } }