mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Prebuilt module for commit e7f7d7c5d1
This commit is contained in:
parent
559ba7fbac
commit
9ae4a310e6
5 changed files with 8 additions and 8 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: Fri Jun 10 17:22:11 2016 +0200
|
||||
* Date: Fri Jun 10 17:28:46 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10074,7 +10074,7 @@ Path.inject({
|
|||
}
|
||||
}
|
||||
}
|
||||
intercepts.sort(function(a, b) {return a - b});
|
||||
intercepts.sort(function(a, b) { return a - b; });
|
||||
point.x = (intercepts[0] + intercepts[1]) / 2;
|
||||
}
|
||||
return point;
|
||||
|
|
4
dist/paper-core.js
vendored
4
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Fri Jun 10 17:22:11 2016 +0200
|
||||
* Date: Fri Jun 10 17:28:46 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10074,7 +10074,7 @@ Path.inject({
|
|||
}
|
||||
}
|
||||
}
|
||||
intercepts.sort(function(a, b) {return a - b});
|
||||
intercepts.sort(function(a, b) { return a - b; });
|
||||
point.x = (intercepts[0] + intercepts[1]) / 2;
|
||||
}
|
||||
return point;
|
||||
|
|
2
dist/paper-core.min.js
vendored
2
dist/paper-core.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Fri Jun 10 17:22:11 2016 +0200
|
||||
* Date: Fri Jun 10 17:28:46 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
4
dist/paper-full.js
vendored
4
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Fri Jun 10 17:22:11 2016 +0200
|
||||
* Date: Fri Jun 10 17:28:46 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -10074,7 +10074,7 @@ Path.inject({
|
|||
}
|
||||
}
|
||||
}
|
||||
intercepts.sort(function(a, b) {return a - b});
|
||||
intercepts.sort(function(a, b) { return a - b; });
|
||||
point.x = (intercepts[0] + intercepts[1]) / 2;
|
||||
}
|
||||
return point;
|
||||
|
|
2
dist/paper-full.min.js
vendored
2
dist/paper-full.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Fri Jun 10 17:22:11 2016 +0200
|
||||
* Date: Fri Jun 10 17:28:46 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue