mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-09 06:12:34 -05:00
Prebuilt module for commit de9653ab45
This commit is contained in:
parent
237d8db30d
commit
df790ce2e9
5 changed files with 13 additions and 10 deletions
3
dist/docs/assets/js/paper.js
vendored
3
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
||||||
*
|
*
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Date: Tue Feb 9 09:59:19 2016 +0100
|
* Date: Tue Feb 9 10:07:28 2016 +0100
|
||||||
*
|
*
|
||||||
***
|
***
|
||||||
*
|
*
|
||||||
|
@ -12112,6 +12112,7 @@ var CanvasView = View.extend({
|
||||||
ctx = this._context,
|
ctx = this._context,
|
||||||
size = this._viewSize;
|
size = this._viewSize;
|
||||||
ctx.clearRect(0, 0, size.width + 1, size.height + 1);
|
ctx.clearRect(0, 0, size.width + 1, size.height + 1);
|
||||||
|
if (project)
|
||||||
project.draw(ctx, this._matrix, this._pixelRatio);
|
project.draw(ctx, this._matrix, this._pixelRatio);
|
||||||
this._needsUpdate = false;
|
this._needsUpdate = false;
|
||||||
return true;
|
return true;
|
||||||
|
|
3
dist/paper-core.js
vendored
3
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
||||||
*
|
*
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Date: Tue Feb 9 09:59:19 2016 +0100
|
* Date: Tue Feb 9 10:07:28 2016 +0100
|
||||||
*
|
*
|
||||||
***
|
***
|
||||||
*
|
*
|
||||||
|
@ -12112,6 +12112,7 @@ var CanvasView = View.extend({
|
||||||
ctx = this._context,
|
ctx = this._context,
|
||||||
size = this._viewSize;
|
size = this._viewSize;
|
||||||
ctx.clearRect(0, 0, size.width + 1, size.height + 1);
|
ctx.clearRect(0, 0, size.width + 1, size.height + 1);
|
||||||
|
if (project)
|
||||||
project.draw(ctx, this._matrix, this._pixelRatio);
|
project.draw(ctx, this._matrix, this._pixelRatio);
|
||||||
this._needsUpdate = false;
|
this._needsUpdate = false;
|
||||||
return true;
|
return true;
|
||||||
|
|
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
3
dist/paper-full.js
vendored
3
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
||||||
*
|
*
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Date: Tue Feb 9 09:59:19 2016 +0100
|
* Date: Tue Feb 9 10:07:28 2016 +0100
|
||||||
*
|
*
|
||||||
***
|
***
|
||||||
*
|
*
|
||||||
|
@ -12112,6 +12112,7 @@ var CanvasView = View.extend({
|
||||||
ctx = this._context,
|
ctx = this._context,
|
||||||
size = this._viewSize;
|
size = this._viewSize;
|
||||||
ctx.clearRect(0, 0, size.width + 1, size.height + 1);
|
ctx.clearRect(0, 0, size.width + 1, size.height + 1);
|
||||||
|
if (project)
|
||||||
project.draw(ctx, this._matrix, this._pixelRatio);
|
project.draw(ctx, this._matrix, this._pixelRatio);
|
||||||
this._needsUpdate = false;
|
this._needsUpdate = false;
|
||||||
return true;
|
return true;
|
||||||
|
|
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
Loading…
Reference in a new issue