Prebuilt module for commit f0b8799c95

This commit is contained in:
Paper.js Bot 2019-11-06 09:31:58 +00:00
parent 430f1c24b7
commit 0ad2d57fa6
7 changed files with 16 additions and 19 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sun Oct 6 14:00:09 2019 +0200
* Date: Wed Aug 14 15:00:17 2019 +0530
*
***
*
@ -5125,7 +5125,6 @@ statics: new function() {
}});
var Raster = Item.extend({
}, {
_class: 'Raster',
_applyMatrix: false,
_canApplyMatrix: false,

3
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sun Oct 6 14:00:09 2019 +0200
* Date: Wed Aug 14 15:00:17 2019 +0530
*
***
*
@ -5122,7 +5122,6 @@ statics: new function() {
}});
var Raster = Item.extend({
}, {
_class: 'Raster',
_applyMatrix: false,
_canApplyMatrix: false,

File diff suppressed because one or more lines are too long

3
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sun Oct 6 14:00:09 2019 +0200
* Date: Wed Aug 14 15:00:17 2019 +0530
*
***
*
@ -5125,7 +5125,6 @@ statics: new function() {
}});
var Raster = Item.extend({
}, {
_class: 'Raster',
_applyMatrix: false,
_canApplyMatrix: false,

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 Oct 6 14:00:09 2019 +0200
* Date: Wed Aug 14 15:00:17 2019 +0530
*
* This is an auto-generated type definition.
*/

6
package-lock.json generated
View file

@ -3518,9 +3518,9 @@
}
},
"jshint": {
"version": "2.10.2",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.10.2.tgz",
"integrity": "sha512-e7KZgCSXMJxznE/4WULzybCMNXNAd/bf5TSrvVEq78Q/K8ZwFpmBqQeDtNiHc3l49nV4E/+YeHU/JZjSUIrLAA==",
"version": "2.10.3",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.10.3.tgz",
"integrity": "sha512-d8AoXcNNYzmm7cdmulQ3dQApbrPYArtVBO6n4xOICe4QsXGNHCAKDcFORzqP52LhK61KX0VhY39yYzCsNq+bxQ==",
"dev": true,
"requires": {
"cli": "~1.0.0",