mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Prebuilt module for commit e3c298d3f4
This commit is contained in:
parent
a085cae817
commit
1302dd10e0
6 changed files with 11 additions and 11 deletions
4
dist/docs/assets/js/paper.js
vendored
4
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Jun 9 19:29:07 2019 +0200
|
||||
* Date: Wed Oct 17 10:11:35 2018 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -4723,7 +4723,7 @@ var Group = Item.extend({
|
|||
var clipItem = this._getClipItem();
|
||||
return clipItem
|
||||
? clipItem._getCachedBounds(
|
||||
matrix && matrix.appended(clipItem._matrix),
|
||||
matrix && matrix.appended(clipItem._matrix) || clipItem._matrix,
|
||||
Base.set({}, options, { stroke: false }))
|
||||
: _getBounds.base.call(this, matrix, options);
|
||||
},
|
||||
|
|
4
dist/paper-core.js
vendored
4
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Jun 9 19:29:07 2019 +0200
|
||||
* Date: Wed Oct 17 10:11:35 2018 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -4720,7 +4720,7 @@ var Group = Item.extend({
|
|||
var clipItem = this._getClipItem();
|
||||
return clipItem
|
||||
? clipItem._getCachedBounds(
|
||||
matrix && matrix.appended(clipItem._matrix),
|
||||
matrix && matrix.appended(clipItem._matrix) || clipItem._matrix,
|
||||
Base.set({}, options, { stroke: false }))
|
||||
: _getBounds.base.call(this, matrix, options);
|
||||
},
|
||||
|
|
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
4
dist/paper-full.js
vendored
4
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sun Jun 9 19:29:07 2019 +0200
|
||||
* Date: Wed Oct 17 10:11:35 2018 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -4723,7 +4723,7 @@ var Group = Item.extend({
|
|||
var clipItem = this._getClipItem();
|
||||
return clipItem
|
||||
? clipItem._getCachedBounds(
|
||||
matrix && matrix.appended(clipItem._matrix),
|
||||
matrix && matrix.appended(clipItem._matrix) || clipItem._matrix,
|
||||
Base.set({}, options, { stroke: false }))
|
||||
: _getBounds.base.call(this, matrix, options);
|
||||
},
|
||||
|
|
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: Sun Jun 9 19:29:07 2019 +0200
|
||||
* Date: Wed Oct 17 10:11:35 2018 +0200
|
||||
*
|
||||
* This is an auto-generated type definition.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue