mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Prebuilt module for commit b24e9b3835
This commit is contained in:
parent
4ff055c7c0
commit
dc283f7684
9 changed files with 7440 additions and 8 deletions
2
dist/docs/assets/js/paper.js
vendored
2
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Jun 22 13:40:19 2019 +0200
|
||||
* Date: Sat Jun 22 13:46:05 2019 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/docs/classes/PaperScope.html
vendored
2
dist/docs/classes/PaperScope.html
vendored
|
@ -75,6 +75,8 @@
|
|||
<div class="member-text">
|
||||
<p>The version of Paper.js, as a string.</p>
|
||||
|
||||
<p>Read only.</p>
|
||||
|
||||
|
||||
|
||||
<ul class="member-list">
|
||||
|
|
6
dist/docs/classes/Path.html
vendored
6
dist/docs/classes/Path.html
vendored
|
@ -1695,7 +1695,7 @@ if (path2.fullySelected) {
|
|||
|
||||
<div id="add-segment" class="member">
|
||||
<div class="member-link">
|
||||
<a name="add-segment" href="#add-segment"><tt><b>add</b>(segment)</tt></a>
|
||||
<a name="add-segment" href="#add-segment"><tt><b>add</b>(...segment)</tt></a>
|
||||
</div>
|
||||
<div class="member-description hidden">
|
||||
<div class="member-text">
|
||||
|
@ -1707,7 +1707,7 @@ if (path2.fullySelected) {
|
|||
|
||||
<li>
|
||||
<tt>segment:</tt>
|
||||
<a href="../classes/Segment.html"><tt>Segment</tt></a>⟋<a href="../classes/Point.html"><tt>Point</tt></a>
|
||||
(<a href="../classes/Segment.html"><tt>Segment</tt></a>⟋<a href="../classes/Point.html"><tt>Point</tt></a>⟋<tt>Number</tt>[])
|
||||
— the segment or point to be added.
|
||||
|
||||
</li>
|
||||
|
@ -1719,7 +1719,7 @@ if (path2.fullySelected) {
|
|||
<h4>Returns:</h4>
|
||||
|
||||
<li>
|
||||
<tt><a href="../classes/Segment.html"><tt>Segment</tt></a></tt> — the added segment. This is not necessarily the same object, e.g. if the segment to be added already belongs to another path
|
||||
<tt><a href="../classes/Segment.html"><tt>Segment</tt></a>⟋Array of <a href="../classes/Segment.html"><tt>Segment</tt></a> objects</tt> — the added segment(s). This is not necessarily the same object, e.g. if the segment to be added already belongs to another path.
|
||||
</li>
|
||||
|
||||
|
||||
|
|
2
dist/docs/classes/global.html
vendored
2
dist/docs/classes/global.html
vendored
|
@ -120,6 +120,8 @@
|
|||
<p>The reference to the project’s view.</p>
|
||||
<p>Note that when working with multiple projects, this does not necessarily reflect the view of the currently active project. For this, use <a href="../classes/PaperScope.html#view"><tt>paperScope.view</tt></a> instead.</p>
|
||||
|
||||
<p>Read only.</p>
|
||||
|
||||
|
||||
|
||||
<ul class="member-list">
|
||||
|
|
2
dist/paper-core.js
vendored
2
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Jun 22 13:40:19 2019 +0200
|
||||
* Date: Sat Jun 22 13:46:05 2019 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-core.min.js
vendored
2
dist/paper-core.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Jun 22 13:40:19 2019 +0200
|
||||
* Date: Sat Jun 22 13:46:05 2019 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-full.js
vendored
2
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Jun 22 13:40:19 2019 +0200
|
||||
* Date: Sat Jun 22 13:46:05 2019 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-full.min.js
vendored
2
dist/paper-full.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Jun 22 13:40:19 2019 +0200
|
||||
* Date: Sat Jun 22 13:46:05 2019 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
7428
dist/paper.d.ts
vendored
Normal file
7428
dist/paper.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue