mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-13 16:33:28 -04:00
Prebuilt module for commit baf58fb021
This commit is contained in:
parent
f62204e2c4
commit
aa8bdd3e8a
8 changed files with 37 additions and 10 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: Thu Jul 21 15:21:45 2016 +0200
|
||||
* Date: Thu Jul 21 15:30:31 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
15
dist/docs/classes/CompoundPath.html
vendored
15
dist/docs/classes/CompoundPath.html
vendored
|
@ -336,7 +336,7 @@ path.fillColor = 'black';
|
|||
<div class="member-description hidden">
|
||||
|
||||
<div class="member-text">
|
||||
<p>The area that the path’s geometry is covering. Self-intersecting paths can contain sub-areas that cancel each other out.</p>
|
||||
<p>The area that the compound-path’s geometry is covering, calculated by getting th e<tt>Path#getArea</tt>() of each sub-path and it adding up. Note that self-intersecting paths and sub-paths of different orientation can result in areas that cancel each other out.</p>
|
||||
|
||||
<p>Read only.</p>
|
||||
|
||||
|
@ -364,7 +364,7 @@ path.fillColor = 'black';
|
|||
<div class="member-description hidden">
|
||||
|
||||
<div class="member-text">
|
||||
<p>The total length of all sub-paths in this compound-path, calculated by getting <tt>Path#getLength</tt>() of each sub-path and it adding up.</p>
|
||||
<p>The total length of all sub-paths in this compound-path, calculated by getting the <tt>Path#getLength</tt>() of each sub-path and it adding up.</p>
|
||||
|
||||
<p>Read only.</p>
|
||||
|
||||
|
@ -6433,7 +6433,7 @@ function onMouseDown(event) {
|
|||
<div class="member-description hidden">
|
||||
|
||||
<div class="member-text">
|
||||
<p>Specifies whether the path is oriented clock-wise.</p>
|
||||
<p>Specifies whether the path as a whole is oriented clock-wise, by looking at the path’s area. Note that self-intersecting paths and sub-paths of different orientation can result in areas that cancel each other out.</p>
|
||||
|
||||
|
||||
|
||||
|
@ -6445,6 +6445,15 @@ function onMouseDown(event) {
|
|||
</ul>
|
||||
|
||||
|
||||
<ul class="member-list">
|
||||
<h4>See also:</h4>
|
||||
|
||||
<li><tt><tt>Path#getArea</tt>()</tt></li>
|
||||
|
||||
<li><tt><tt>CompoundPath#getArea</tt>()</tt></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
11
dist/docs/classes/Path.html
vendored
11
dist/docs/classes/Path.html
vendored
|
@ -9128,7 +9128,7 @@ function onMouseDown(event) {
|
|||
<div class="member-description hidden">
|
||||
|
||||
<div class="member-text">
|
||||
<p>Specifies whether the path is oriented clock-wise.</p>
|
||||
<p>Specifies whether the path as a whole is oriented clock-wise, by looking at the path’s area. Note that self-intersecting paths and sub-paths of different orientation can result in areas that cancel each other out.</p>
|
||||
|
||||
|
||||
|
||||
|
@ -9140,6 +9140,15 @@ function onMouseDown(event) {
|
|||
</ul>
|
||||
|
||||
|
||||
<ul class="member-list">
|
||||
<h4>See also:</h4>
|
||||
|
||||
<li><tt><tt>Path#getArea</tt>()</tt></li>
|
||||
|
||||
<li><tt><tt>CompoundPath#getArea</tt>()</tt></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
11
dist/docs/classes/PathItem.html
vendored
11
dist/docs/classes/PathItem.html
vendored
|
@ -65,7 +65,7 @@
|
|||
<div class="member-description hidden">
|
||||
|
||||
<div class="member-text">
|
||||
<p>Specifies whether the path is oriented clock-wise.</p>
|
||||
<p>Specifies whether the path as a whole is oriented clock-wise, by looking at the path’s area. Note that self-intersecting paths and sub-paths of different orientation can result in areas that cancel each other out.</p>
|
||||
|
||||
|
||||
|
||||
|
@ -77,6 +77,15 @@
|
|||
</ul>
|
||||
|
||||
|
||||
<ul class="member-list">
|
||||
<h4>See also:</h4>
|
||||
|
||||
<li><tt><tt>Path#getArea</tt>()</tt></li>
|
||||
|
||||
<li><tt><tt>CompoundPath#getArea</tt>()</tt></li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
|
2
dist/paper-core.js
vendored
2
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Jul 21 15:21:45 2016 +0200
|
||||
* Date: Thu Jul 21 15:30:31 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-core.min.js
vendored
2
dist/paper-core.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Jul 21 15:21:45 2016 +0200
|
||||
* Date: Thu Jul 21 15:30:31 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-full.js
vendored
2
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Jul 21 15:21:45 2016 +0200
|
||||
* Date: Thu Jul 21 15:30:31 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-full.min.js
vendored
2
dist/paper-full.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Thu Jul 21 15:21:45 2016 +0200
|
||||
* Date: Thu Jul 21 15:30:31 2016 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue