Prebuilt module for commit 46f1aaeca1

This commit is contained in:
Paper.js Bot 2019-12-13 15:51:53 +00:00
parent 86454f3eb1
commit 21607c0d27
6 changed files with 12 additions and 12 deletions

View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * 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) { if (!wind) {
var pathId = path.getId(), var pathId = path.getId(),
curveIndex = curve.getIndex(); curveIndex = curve.getIndex(),
var curvesH = horCurvesMap[pathId][curveIndex], curvesH = horCurvesMap[pathId][curveIndex],
curvesV = verCurvesMap[pathId][curveIndex]; curvesV = verCurvesMap[pathId][curveIndex];
wind = getWinding(pt, curvesH, curvesV, dir, true); wind = getWinding(pt, curvesH, curvesV, dir, true);
} }

6
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * 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) { if (!wind) {
var pathId = path.getId(), var pathId = path.getId(),
curveIndex = curve.getIndex(); curveIndex = curve.getIndex(),
var curvesH = horCurvesMap[pathId][curveIndex], curvesH = horCurvesMap[pathId][curveIndex],
curvesV = verCurvesMap[pathId][curveIndex]; curvesV = verCurvesMap[pathId][curveIndex];
wind = getWinding(pt, curvesH, curvesV, dir, true); wind = getWinding(pt, curvesH, curvesV, dir, true);
} }

View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * All rights reserved.
* *
* Date: Fri Dec 13 16:45:03 2019 +0100 * Date: Fri Dec 13 16:47:49 2019 +0100
* *
*** ***
* *

6
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * 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) { if (!wind) {
var pathId = path.getId(), var pathId = path.getId(),
curveIndex = curve.getIndex(); curveIndex = curve.getIndex(),
var curvesH = horCurvesMap[pathId][curveIndex], curvesH = horCurvesMap[pathId][curveIndex],
curvesV = verCurvesMap[pathId][curveIndex]; curvesV = verCurvesMap[pathId][curveIndex];
wind = getWinding(pt, curvesH, curvesV, dir, true); wind = getWinding(pt, curvesH, curvesV, dir, true);
} }

View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * All rights reserved.
* *
* Date: Fri Dec 13 16:45:03 2019 +0100 * Date: Fri Dec 13 16:47:49 2019 +0100
* *
*** ***
* *

2
dist/paper.d.ts vendored
View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * 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. * This is an auto-generated type definition.
*/ */