Prebuilt module for commit baf58fb021

This commit is contained in:
Paper.js Bot 2016-07-21 13:34:13 +00:00
parent f62204e2c4
commit aa8bdd3e8a
8 changed files with 37 additions and 10 deletions

View file

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

View file

@ -336,7 +336,7 @@ path.fillColor = 'black';
<div class="member-description hidden">
<div class="member-text">
<p>The area that the path&rsquo;s geometry is covering. Self-intersecting paths can contain sub-areas that cancel each other out.</p>
<p>The area that the compound-path&rsquo;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&rsquo;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>

View file

@ -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&rsquo;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>

View file

@ -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&rsquo;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
View file

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

View file

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

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

View file

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