From f61545fd7054088efc88aafffd78e11df80d750d Mon Sep 17 00:00:00 2001 From: Pushkar Joshi Date: Fri, 6 Apr 2012 11:42:44 -0700 Subject: improved comment about plane matrix (no real change) --- js/tools/PenTool.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/tools') diff --git a/js/tools/PenTool.js b/js/tools/PenTool.js index 96702756..61a254ea 100755 --- a/js/tools/PenTool.js +++ b/js/tools/PenTool.js @@ -588,8 +588,7 @@ exports.PenTool = Montage.create(ShapeTool, { var drawData = this.getDrawingData(); if (drawData) { - //todo handle the case when the user does not click a point on the path canvas - // (we don't want to set the plane mat. to be set to some plane not on the canvas of the path) + //note that this plane matrix is set for the new subpath only if it doesn't already have one if (!this._penPlaneMat) { this._penPlaneMat = drawData.planeMat; } -- cgit v1.2.3