mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-14 00:39:57 -04:00
Prebuilt module for commit a9ebe475e0
This commit is contained in:
parent
5e5ec7fd80
commit
27b59d6032
6 changed files with 17 additions and 23 deletions
10
dist/docs/assets/js/paper.js
vendored
10
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Dec 14 20:25:43 2019 +0100
|
||||
* Date: Sat Dec 14 20:29:35 2019 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10749,11 +10749,9 @@ PathItem.inject(new function() {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (!wind) {
|
||||
wind = getWinding(pt,
|
||||
curveCollisionsMap[path._id][curve.getIndex()],
|
||||
dir, true);
|
||||
}
|
||||
wind = wind || getWinding(
|
||||
pt, curveCollisionsMap[path._id][curve.getIndex()],
|
||||
dir, true);
|
||||
if (wind.quality > winding.quality)
|
||||
winding = wind;
|
||||
break;
|
||||
|
|
10
dist/paper-core.js
vendored
10
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Dec 14 20:25:43 2019 +0100
|
||||
* Date: Sat Dec 14 20:29:35 2019 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10746,11 +10746,9 @@ PathItem.inject(new function() {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (!wind) {
|
||||
wind = getWinding(pt,
|
||||
curveCollisionsMap[path._id][curve.getIndex()],
|
||||
dir, true);
|
||||
}
|
||||
wind = wind || getWinding(
|
||||
pt, curveCollisionsMap[path._id][curve.getIndex()],
|
||||
dir, true);
|
||||
if (wind.quality > winding.quality)
|
||||
winding = wind;
|
||||
break;
|
||||
|
|
4
dist/paper-core.min.js
vendored
4
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
10
dist/paper-full.js
vendored
10
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Dec 14 20:25:43 2019 +0100
|
||||
* Date: Sat Dec 14 20:29:35 2019 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10749,11 +10749,9 @@ PathItem.inject(new function() {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (!wind) {
|
||||
wind = getWinding(pt,
|
||||
curveCollisionsMap[path._id][curve.getIndex()],
|
||||
dir, true);
|
||||
}
|
||||
wind = wind || getWinding(
|
||||
pt, curveCollisionsMap[path._id][curve.getIndex()],
|
||||
dir, true);
|
||||
if (wind.quality > winding.quality)
|
||||
winding = wind;
|
||||
break;
|
||||
|
|
4
dist/paper-full.min.js
vendored
4
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/paper.d.ts
vendored
2
dist/paper.d.ts
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Dec 14 20:25:43 2019 +0100
|
||||
* Date: Sat Dec 14 20:29:35 2019 +0100
|
||||
*
|
||||
* This is an auto-generated type definition.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue