From ad78474ae49a8fe04b1b90f8a1d5e6a95c5e9270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Tue, 14 Jun 2011 12:46:15 +0100 Subject: [PATCH] Remove obsolete TODO. --- src/path/Path.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/path/Path.js b/src/path/Path.js index 6f4dbd24..2bfdd0d5 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -1790,8 +1790,6 @@ var Path = this.Path = PathItem.extend({ half = inc * Math.PI / 360, z = 4 / 3 * Math.sin(half) / (1 + Math.cos(half)), segments = []; - - // TODO: Use Point#setAngle() and Point vector algebra instead? for (var i = 0; i <= count; i++) { // Explicitely use to point for last segment, since depending // on values the calculation adds imprecision: