diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index 26d8fac5..4e1ea658 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Fri Dec 13 16:45:03 2019 +0100 + * Date: Fri Dec 13 16:47:49 2019 +0100 * *** * @@ -10774,8 +10774,8 @@ PathItem.inject(new function() { } if (!wind) { var pathId = path.getId(), - curveIndex = curve.getIndex(); - var curvesH = horCurvesMap[pathId][curveIndex], + curveIndex = curve.getIndex(), + curvesH = horCurvesMap[pathId][curveIndex], curvesV = verCurvesMap[pathId][curveIndex]; wind = getWinding(pt, curvesH, curvesV, dir, true); } diff --git a/dist/paper-core.js b/dist/paper-core.js index 6ee99e2f..b93dc3c0 100644 --- a/dist/paper-core.js +++ b/dist/paper-core.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Fri Dec 13 16:45:03 2019 +0100 + * Date: Fri Dec 13 16:47:49 2019 +0100 * *** * @@ -10771,8 +10771,8 @@ PathItem.inject(new function() { } if (!wind) { var pathId = path.getId(), - curveIndex = curve.getIndex(); - var curvesH = horCurvesMap[pathId][curveIndex], + curveIndex = curve.getIndex(), + curvesH = horCurvesMap[pathId][curveIndex], curvesV = verCurvesMap[pathId][curveIndex]; wind = getWinding(pt, curvesH, curvesV, dir, true); } diff --git a/dist/paper-core.min.js b/dist/paper-core.min.js index fc918463..ced622dd 100644 --- a/dist/paper-core.min.js +++ b/dist/paper-core.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Fri Dec 13 16:45:03 2019 +0100 + * Date: Fri Dec 13 16:47:49 2019 +0100 * *** * diff --git a/dist/paper-full.js b/dist/paper-full.js index 26d8fac5..4e1ea658 100644 --- a/dist/paper-full.js +++ b/dist/paper-full.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Fri Dec 13 16:45:03 2019 +0100 + * Date: Fri Dec 13 16:47:49 2019 +0100 * *** * @@ -10774,8 +10774,8 @@ PathItem.inject(new function() { } if (!wind) { var pathId = path.getId(), - curveIndex = curve.getIndex(); - var curvesH = horCurvesMap[pathId][curveIndex], + curveIndex = curve.getIndex(), + curvesH = horCurvesMap[pathId][curveIndex], curvesV = verCurvesMap[pathId][curveIndex]; wind = getWinding(pt, curvesH, curvesV, dir, true); } diff --git a/dist/paper-full.min.js b/dist/paper-full.min.js index bd46c651..549c59a5 100644 --- a/dist/paper-full.min.js +++ b/dist/paper-full.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Fri Dec 13 16:45:03 2019 +0100 + * Date: Fri Dec 13 16:47:49 2019 +0100 * *** * diff --git a/dist/paper.d.ts b/dist/paper.d.ts index 29f9f5ef..3d7b4561 100644 --- a/dist/paper.d.ts +++ b/dist/paper.d.ts @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Fri Dec 13 16:45:03 2019 +0100 + * Date: Fri Dec 13 16:47:49 2019 +0100 * * This is an auto-generated type definition. */