Prebuilt module for commit 7dea96c6f2

This commit is contained in:
Paper.js Bot 2017-04-13 10:30:45 +00:00
parent e85b989998
commit 802a0589a5
8 changed files with 20 additions and 20 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Apr 10 09:30:52 2017 +0200
* Date: Thu Apr 13 12:24:56 2017 +0200
*
***
*

View file

@ -202,7 +202,7 @@ path.fillColor = 'black';
<div class="member-description hidden">
<div class="member-text">
<p>The first Segment contained within the compound-path, a short-cut to calling <tt>Path#getFirstSegment</tt>() on <tt>Item#getFirstChild</tt>().</p>
<p>The first Segment contained within the compound-path, a short-cut to calling <a href="../classes/Path.html#firstsegment"><tt>path.firstSegment</tt></a> on <a href="../classes/Item.html#firstchild"><tt>item.firstChild</tt></a>.</p>
<p>Read only.</p>
@ -230,7 +230,7 @@ path.fillColor = 'black';
<div class="member-description hidden">
<div class="member-text">
<p>The last Segment contained within the compound-path, a short-cut to calling <tt>Path#getLastSegment</tt>() on <tt>Item#getLastChild</tt>().</p>
<p>The last Segment contained within the compound-path, a short-cut to calling <tt>Path#lastChild</tt> on <a href="../classes/Item.html#lastchild"><tt>item.lastChild</tt></a>.</p>
<p>Read only.</p>
@ -286,7 +286,7 @@ path.fillColor = 'black';
<div class="member-description hidden">
<div class="member-text">
<p>The first Curve contained within the compound-path, a short-cut to calling <tt>Path#getFirstCurve</tt>() on <tt>Item#getFirstChild</tt>().</p>
<p>The first Curve contained within the compound-path, a short-cut to calling <a href="../classes/Path.html#firstcurve"><tt>path.firstCurve</tt></a> on <a href="../classes/Item.html#firstchild"><tt>item.firstChild</tt></a>.</p>
<p>Read only.</p>
@ -314,7 +314,7 @@ path.fillColor = 'black';
<div class="member-description hidden">
<div class="member-text">
<p>The last Curve contained within the compound-path, a short-cut to calling <tt>Path#getLastCurve</tt>() on <tt>Item#getLastChild</tt>().</p>
<p>The last Curve contained within the compound-path, a short-cut to calling <a href="../classes/Path.html#lastcurve"><tt>path.lastCurve</tt></a> on <a href="../classes/Item.html#lastchild"><tt>item.lastChild</tt></a>.</p>
<p>Read only.</p>
@ -342,7 +342,7 @@ path.fillColor = 'black';
<div class="member-description hidden">
<div class="member-text">
<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>The area that the compound-path&rsquo;s geometry is covering, calculated by getting the <a href="../classes/Path.html#area"><tt>path.area</tt></a> 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>
@ -370,7 +370,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 the <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 <a href="../classes/Path.html#length"><tt>path.length</tt></a> of each sub-path and it adding up.</p>
<p>Read only.</p>

View file

@ -111,8 +111,8 @@
</ul>
<ul class="member-list">
<h4>Options:</h4>
<li><tt>settings.insertItems: <tt>Boolean</tt></tt> &mdash; controls whether newly created items are automatically inserted into the scene graph, by adding them to <tt>Project#getActiveLayer</tt>() &mdash;&nbsp;default: <tt>true</tt></li>
<li><tt>settings.applyMatrix: <tt>Boolean</tt></tt> &mdash; controls what value newly created items have their <tt>Item#getApplyMatrix</tt>() property set to (Note that not all items can set this to <code>false</code>) &mdash;&nbsp;default: <tt>true</tt></li>
<li><tt>settings.insertItems: <tt>Boolean</tt></tt> &mdash; controls whether newly created items are automatically inserted into the scene graph, by adding them to <a href="../classes/Project.html#activelayer"><tt>project.activeLayer</tt></a> &mdash;&nbsp;default: <tt>true</tt></li>
<li><tt>settings.applyMatrix: <tt>Boolean</tt></tt> &mdash; controls what value newly created items have their <a href="../classes/Item.html#applymatrix"><tt>item.applyMatrix</tt></a> property set to (Note that not all items can set this to <code>false</code>) &mdash;&nbsp;default: <tt>true</tt></li>
<li><tt>settings.handleSize: <tt>Number</tt></tt> &mdash; the size of the curve handles when drawing selections &mdash;&nbsp;default: <tt>4</tt></li>
<li><tt>settings.hitTolerance: <tt>Number</tt></tt> &mdash; the default tolerance for hit- tests, when no value is specified &mdash;&nbsp;default: <tt>0</tt></li>
</ul>

View file

@ -957,7 +957,7 @@ view.onResize = function(event) {
<tt>center:</tt>
<a href="../classes/Point.html"><tt>Point</tt></a>
&mdash;&nbsp;optional, default: <tt><tt>View#getCenter</tt>()</tt>
&mdash;&nbsp;optional, default: <tt><a href="../classes/View.html#center"><tt>view.center</tt></a></tt>
</li>
</ul>
@ -1002,7 +1002,7 @@ view.onResize = function(event) {
<tt>center:</tt>
<a href="../classes/Point.html"><tt>Point</tt></a>
&mdash;&nbsp;optional, default: <tt><tt>View#getCenter</tt>()</tt>
&mdash;&nbsp;optional, default: <tt><a href="../classes/View.html#center"><tt>view.center</tt></a></tt>
</li>
</ul>
@ -1047,7 +1047,7 @@ view.onResize = function(event) {
<tt>center:</tt>
<a href="../classes/Point.html"><tt>Point</tt></a>
&mdash;&nbsp;optional, default: <tt><tt>View#getCenter</tt>()</tt>
&mdash;&nbsp;optional, default: <tt><a href="../classes/View.html#center"><tt>view.center</tt></a></tt>
</li>
</ul>
@ -1085,7 +1085,7 @@ view.onResize = function(event) {
<tt>center:</tt>
<a href="../classes/Point.html"><tt>Point</tt></a>
&mdash;&nbsp;optional, default: <tt><tt>View#getCenter</tt>()</tt>
&mdash;&nbsp;optional, default: <tt><a href="../classes/View.html#center"><tt>view.center</tt></a></tt>
</li>
</ul>
@ -1137,7 +1137,7 @@ view.onResize = function(event) {
<tt>center:</tt>
<a href="../classes/Point.html"><tt>Point</tt></a>
&mdash;&nbsp;optional, default: <tt><tt>View#getCenter</tt>()</tt>
&mdash;&nbsp;optional, default: <tt><a href="../classes/View.html#center"><tt>view.center</tt></a></tt>
</li>
</ul>
@ -1182,7 +1182,7 @@ view.onResize = function(event) {
<tt>center:</tt>
<a href="../classes/Point.html"><tt>Point</tt></a>
&mdash;&nbsp;optional, default: <tt><tt>View#getCenter</tt>()</tt>
&mdash;&nbsp;optional, default: <tt><a href="../classes/View.html#center"><tt>view.center</tt></a></tt>
</li>
</ul>
@ -1234,7 +1234,7 @@ view.onResize = function(event) {
<tt>center:</tt>
<a href="../classes/Point.html"><tt>Point</tt></a>
&mdash;&nbsp;optional, default: <tt><tt>View#getCenter</tt>()</tt>
&mdash;&nbsp;optional, default: <tt><a href="../classes/View.html#center"><tt>view.center</tt></a></tt>
</li>
</ul>

2
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Apr 10 09:30:52 2017 +0200
* Date: Thu Apr 13 12:24:56 2017 +0200
*
***
*

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Apr 10 09:30:52 2017 +0200
* Date: Thu Apr 13 12:24:56 2017 +0200
*
***
*

2
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Apr 10 09:30:52 2017 +0200
* Date: Thu Apr 13 12:24:56 2017 +0200
*
***
*

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Apr 10 09:30:52 2017 +0200
* Date: Thu Apr 13 12:24:56 2017 +0200
*
***
*