mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Prebuilt module for commit 6df4602b2b
This commit is contained in:
parent
7385cb1aac
commit
a0590d03c1
6 changed files with 20 additions and 20 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: Tue Feb 16 00:28:04 2016 +0100
|
||||
* Date: Tue Feb 16 20:52:07 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -4737,7 +4737,7 @@ new function() {
|
|||
if (hitStroke || hitFill) {
|
||||
var type = this._type,
|
||||
radius = this._radius,
|
||||
strokeRadius = hitStroke ? style.getStrokeWidth() / 2 : 0;
|
||||
strokeRadius = hitStroke ? style.getStrokeWidth() / 2 : 0,
|
||||
strokePadding = options._tolerancePadding.add(
|
||||
Path._getStrokePadding(strokeRadius,
|
||||
!style.getStrokeScaling() && strokeMatrix));
|
||||
|
|
4
dist/docs/classes/Point.html
vendored
4
dist/docs/classes/Point.html
vendored
|
@ -496,7 +496,7 @@ console.log(result); // {x: 5, y: 15}</code></pre>
|
|||
<h4>Returns:</h4>
|
||||
|
||||
<li>
|
||||
<tt><a href="../classes/Point.html"><tt>Point</tt></a></tt> — the multiplication of the point and the value as a new point
|
||||
<tt><a href="../classes/Point.html"><tt>Point</tt></a></tt> — the multiplication of the point and the value as a new point
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -2005,7 +2005,7 @@ console.log(result); // {x: 5, y: 15}</code></pre>
|
|||
<h4>Returns:</h4>
|
||||
|
||||
<li>
|
||||
<tt><a href="../classes/Point.html"><tt>Point</tt></a></tt> — the multiplication of the point and the value as a new point
|
||||
<tt><a href="../classes/Point.html"><tt>Point</tt></a></tt> — the multiplication of the point and the value as a new point
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
4
dist/paper-core.js
vendored
4
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Tue Feb 16 00:28:04 2016 +0100
|
||||
* Date: Tue Feb 16 20:52:07 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -4737,7 +4737,7 @@ new function() {
|
|||
if (hitStroke || hitFill) {
|
||||
var type = this._type,
|
||||
radius = this._radius,
|
||||
strokeRadius = hitStroke ? style.getStrokeWidth() / 2 : 0;
|
||||
strokeRadius = hitStroke ? style.getStrokeWidth() / 2 : 0,
|
||||
strokePadding = options._tolerancePadding.add(
|
||||
Path._getStrokePadding(strokeRadius,
|
||||
!style.getStrokeScaling() && strokeMatrix));
|
||||
|
|
12
dist/paper-core.min.js
vendored
12
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
4
dist/paper-full.js
vendored
4
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Tue Feb 16 00:28:04 2016 +0100
|
||||
* Date: Tue Feb 16 20:52:07 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -4737,7 +4737,7 @@ new function() {
|
|||
if (hitStroke || hitFill) {
|
||||
var type = this._type,
|
||||
radius = this._radius,
|
||||
strokeRadius = hitStroke ? style.getStrokeWidth() / 2 : 0;
|
||||
strokeRadius = hitStroke ? style.getStrokeWidth() / 2 : 0,
|
||||
strokePadding = options._tolerancePadding.add(
|
||||
Path._getStrokePadding(strokeRadius,
|
||||
!style.getStrokeScaling() && strokeMatrix));
|
||||
|
|
12
dist/paper-full.min.js
vendored
12
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue