Prebuilt module for commit 8b5ff396e2b16caf7bfbcc04572c286b25ef5cc9

This commit is contained in:
Paper.js Bot 2020-06-14 20:59:29 +00:00
parent a0665cc136
commit 038b485713
7 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Aug 13 10:22:10 2019 +0900
* Date: Wed Feb 19 11:09:17 2020 +0100
*
***
*

View file

@ -2337,7 +2337,7 @@ path.selected = true;
<h4>Returns:</h4>
<li>
<tt><a href="../classes/Segment.html"><tt>Segment</tt></a></tt>&nbsp;&mdash;&nbsp;the newly inserted segment if the location is valid, {code null} otherwise
<tt><a href="../classes/Segment.html"><tt>Segment</tt></a></tt>&nbsp;&mdash;&nbsp;the newly inserted segment if the location is valid, <code>null</code> otherwise
</li>

2
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Aug 13 10:22:10 2019 +0900
* Date: Wed Feb 19 11:09:17 2020 +0100
*
***
*

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Aug 13 10:22:10 2019 +0900
* Date: Wed Feb 19 11:09:17 2020 +0100
*
***
*

2
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Aug 13 10:22:10 2019 +0900
* Date: Wed Feb 19 11:09:17 2020 +0100
*
***
*

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Aug 13 10:22:10 2019 +0900
* Date: Wed Feb 19 11:09:17 2020 +0100
*
***
*

4
dist/paper.d.ts vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Aug 13 10:22:10 2019 +0900
* Date: Wed Feb 19 11:09:17 2020 +0100
*
* This is an auto-generated type definition.
*/
@ -3594,7 +3594,7 @@ declare namespace paper {
* path at which to divide the existing curve by inserting a new segment
*
* @return the newly inserted segment if the location is valid,
* {code null} otherwise
* `null` otherwise
*/
divideAt(location: number | CurveLocation): Segment