diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index 23a05c96..e0984fd2 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Tue Feb 16 00:28:04 2016 +0100 + * Date: Tue Feb 16 20:52:07 2016 +0100 * *** * @@ -4737,7 +4737,7 @@ new function() { if (hitStroke || hitFill) { var type = this._type, radius = this._radius, - strokeRadius = hitStroke ? style.getStrokeWidth() / 2 : 0; + strokeRadius = hitStroke ? style.getStrokeWidth() / 2 : 0, strokePadding = options._tolerancePadding.add( Path._getStrokePadding(strokeRadius, !style.getStrokeScaling() && strokeMatrix)); diff --git a/dist/docs/classes/Point.html b/dist/docs/classes/Point.html index d3d98007..33cebf7f 100644 --- a/dist/docs/classes/Point.html +++ b/dist/docs/classes/Point.html @@ -496,7 +496,7 @@ console.log(result); // {x: 5, y: 15}