Prebuilt module for commit b24e9b3835

This commit is contained in:
Paper.js Bot 2019-06-22 11:50:47 +00:00
parent 4ff055c7c0
commit dc283f7684
9 changed files with 7440 additions and 8 deletions

View file

@ -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
*
***
*

View file

@ -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">

View file

@ -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>[])
&mdash;&nbsp;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>&nbsp;&mdash;&nbsp;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>&nbsp;&mdash;&nbsp;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>

View file

@ -120,6 +120,8 @@
<p>The reference to the project&rsquo;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
View file

@ -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
*
***
*

View file

@ -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
View file

@ -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
*
***
*

View file

@ -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

File diff suppressed because it is too large Load diff