From a3d187597177b2c6646eff23e8cfbff20443ecac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 13 Jun 2011 19:09:10 +0100 Subject: [PATCH] More clean ups. --- src/path/Path.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/path/Path.js b/src/path/Path.js index 8bb2a948..eeaf59b6 100644 --- a/src/path/Path.js +++ b/src/path/Path.js @@ -1014,7 +1014,7 @@ var Path = this.Path = PathItem.extend({ var loc = this.getLocationAt(offset, isParameter); return loc && loc.getPoint(); }, - + /** * Get the tangent to the path at the given offset as a vector * point. @@ -1083,7 +1083,7 @@ var Path = this.Path = PathItem.extend({ var loc = this.getLocationAt(offset, isParameter); return loc && loc.getTangent(); }, - + /** * Get the normal to the path at the given offset as a vector point. * @@ -1189,7 +1189,7 @@ var Path = this.Path = PathItem.extend({ } } } - + function drawHandle(ctx, point, handle) { if (!handle.isZero()) { var handleX = point._x + handle._x, @@ -2188,7 +2188,7 @@ var Path = this.Path = PathItem.extend({ getControlBounds: function() { // TODO: Implement! } - + // TODO: intersects(item) // TODO: contains(item) // TODO: contains(point)