mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Prebuilt module for commit 8b5ff396e2b16caf7bfbcc04572c286b25ef5cc9
This commit is contained in:
parent
a0665cc136
commit
038b485713
7 changed files with 8 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: Tue Aug 13 10:22:10 2019 +0900
|
||||
* Date: Wed Feb 19 11:09:17 2020 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/docs/classes/Path.html
vendored
2
dist/docs/classes/Path.html
vendored
|
@ -2337,7 +2337,7 @@ path.selected = true;
|
|||
<h4>Returns:</h4>
|
||||
|
||||
<li>
|
||||
<tt><a href="../classes/Segment.html"><tt>Segment</tt></a></tt> — the newly inserted segment if the location is valid, {code null} otherwise
|
||||
<tt><a href="../classes/Segment.html"><tt>Segment</tt></a></tt> — the newly inserted segment if the location is valid, <code>null</code> otherwise
|
||||
</li>
|
||||
|
||||
|
||||
|
|
2
dist/paper-core.js
vendored
2
dist/paper-core.js
vendored
|
@ -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-core.min.js
vendored
2
dist/paper-core.min.js
vendored
|
@ -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
2
dist/paper-full.js
vendored
|
@ -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.min.js
vendored
2
dist/paper-full.min.js
vendored
|
@ -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
4
dist/paper.d.ts
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue