mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
Prebuilt module for commit adc5b86d2e
This commit is contained in:
parent
ffac907296
commit
7c383c49c6
5 changed files with 14 additions and 17 deletions
7
dist/docs/assets/js/paper.js
vendored
7
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Feb 10 14:58:40 2016 +0100
|
||||
* Date: Wed Feb 10 15:34:22 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -13139,8 +13139,8 @@ new function() {
|
|||
if (!gradientNode) {
|
||||
var gradient = color.getGradient(),
|
||||
radial = gradient._radial,
|
||||
origin = color.getOrigin().transform(),
|
||||
destination = color.getDestination().transform(),
|
||||
origin = color.getOrigin(),
|
||||
destination = color.getDestination(),
|
||||
attrs;
|
||||
if (radial) {
|
||||
attrs = {
|
||||
|
@ -13150,7 +13150,6 @@ new function() {
|
|||
};
|
||||
var highlight = color.getHighlight();
|
||||
if (highlight) {
|
||||
highlight = highlight.transform();
|
||||
attrs.fx = highlight.x;
|
||||
attrs.fy = highlight.y;
|
||||
}
|
||||
|
|
7
dist/paper-core.js
vendored
7
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Feb 10 14:58:40 2016 +0100
|
||||
* Date: Wed Feb 10 15:34:22 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -13139,8 +13139,8 @@ new function() {
|
|||
if (!gradientNode) {
|
||||
var gradient = color.getGradient(),
|
||||
radial = gradient._radial,
|
||||
origin = color.getOrigin().transform(),
|
||||
destination = color.getDestination().transform(),
|
||||
origin = color.getOrigin(),
|
||||
destination = color.getDestination(),
|
||||
attrs;
|
||||
if (radial) {
|
||||
attrs = {
|
||||
|
@ -13150,7 +13150,6 @@ new function() {
|
|||
};
|
||||
var highlight = color.getHighlight();
|
||||
if (highlight) {
|
||||
highlight = highlight.transform();
|
||||
attrs.fx = highlight.x;
|
||||
attrs.fy = highlight.y;
|
||||
}
|
||||
|
|
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
7
dist/paper-full.js
vendored
7
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Wed Feb 10 14:58:40 2016 +0100
|
||||
* Date: Wed Feb 10 15:34:22 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -13139,8 +13139,8 @@ new function() {
|
|||
if (!gradientNode) {
|
||||
var gradient = color.getGradient(),
|
||||
radial = gradient._radial,
|
||||
origin = color.getOrigin().transform(),
|
||||
destination = color.getDestination().transform(),
|
||||
origin = color.getOrigin(),
|
||||
destination = color.getDestination(),
|
||||
attrs;
|
||||
if (radial) {
|
||||
attrs = {
|
||||
|
@ -13150,7 +13150,6 @@ new function() {
|
|||
};
|
||||
var highlight = color.getHighlight();
|
||||
if (highlight) {
|
||||
highlight = highlight.transform();
|
||||
attrs.fx = highlight.x;
|
||||
attrs.fy = highlight.y;
|
||||
}
|
||||
|
|
6
dist/paper-full.min.js
vendored
6
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue