From 306c22e00cdee18a67a7520e295408c901c1d69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 25 Mar 2011 19:57:49 +0200 Subject: [PATCH] Remove TODO about bug that was fixed in the meantime. --- examples/Tools/SquareRounded.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; } }