mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Prebuilt module for commit 46f1aaeca1
This commit is contained in:
parent
86454f3eb1
commit
21607c0d27
6 changed files with 12 additions and 12 deletions
6
dist/docs/assets/js/paper.js
vendored
6
dist/docs/assets/js/paper.js
vendored
|
@ -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);
|
||||
}
|
||||
|
|
6
dist/paper-core.js
vendored
6
dist/paper-core.js
vendored
|
@ -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);
|
||||
}
|
||||
|
|
2
dist/paper-core.min.js
vendored
2
dist/paper-core.min.js
vendored
|
@ -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
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
6
dist/paper-full.js
vendored
6
dist/paper-full.js
vendored
|
@ -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);
|
||||
}
|
||||
|
|
2
dist/paper-full.min.js
vendored
2
dist/paper-full.min.js
vendored
|
@ -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
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper.d.ts
vendored
2
dist/paper.d.ts
vendored
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue