Prebuilt module for commit e3c298d3f4

This commit is contained in:
Paper.js Bot 2019-06-09 21:32:22 +00:00
parent a085cae817
commit 1302dd10e0
6 changed files with 11 additions and 11 deletions

View file

@ -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
View file

@ -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);
},

File diff suppressed because one or more lines are too long

4
dist/paper-full.js vendored
View file

@ -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);
},

File diff suppressed because one or more lines are too long

2
dist/paper.d.ts vendored
View file

@ -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.
*/