Prebuilt module for commit 33a5625936

This commit is contained in:
Paper.js Bot 2019-06-05 22:33:28 +00:00
parent 5042320130
commit 263a7283f6
47 changed files with 77 additions and 71 deletions

View file

@ -4,11 +4,12 @@
### Added
- Add TypesSript definition, automatically generated from JSDoc comments
- Add TypesScript definition, automatically generated from JSDoc comments
(#1612).
- Support `new Raster(size)` constructor.
- Expose `Raster#context` accessor.
- Implement `Raster#clear()` method to clear associated canvas context.
- Node.js: Add support for Node.js v11 and v12.
### Fixed
@ -16,13 +17,18 @@
- Improve `Color.random()` documentation.
- Fix `Tween#then()` documentation.
### Removed
- Node.js: Remove support for Node.js v6.
## `0.12.0`
### News
Another release, another new member on the team: Please welcome [@arnoson](https://github.com/arnoson), who has
worked hard on the all new animation support, exposed through the `Tween` class
and its various methods on the `Item` class, see below for details:
Another release, another new member on the team: Please welcome
[@arnoson](https://github.com/arnoson), who has worked hard on the all new
animation support, exposed through the `Tween` class and its various methods on
the `Item` class, see below for details:
### Added

View file

@ -1,5 +1,5 @@
/*!
* Paper.js v0.12.0-develop - The Swiss Army Knife of Vector Graphics Scripting.
* Paper.js v0.12.1-develop - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/
*
* Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey
@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Jun 5 20:03:11 2019 +0200
* Date: Thu Jun 6 00:15:23 2019 +0200
*
***
*
@ -792,7 +792,7 @@ var PaperScope = Base.extend({
}
},
version: "0.12.0-develop",
version: "0.12.1-develop",
getView: function() {
var project = this.project;

View file

@ -2179,7 +2179,7 @@ circle.fillColor = Color.random();
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -8831,7 +8831,7 @@ path.smooth();
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -2314,7 +2314,7 @@
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -663,7 +663,7 @@
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -167,7 +167,7 @@
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -231,7 +231,7 @@ path.fillColor = {
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -264,7 +264,7 @@ function onFrame(event) {
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -6818,7 +6818,7 @@ path.tweenFrom({ fillColor: 'red' }, { duration: 1000 });
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -230,7 +230,7 @@
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -6582,7 +6582,7 @@ path.tweenFrom({ fillColor: 'red' }, { duration: 1000 });
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -130,7 +130,7 @@
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -299,7 +299,7 @@
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -6804,7 +6804,7 @@ function onFrame(event) {
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -1735,7 +1735,7 @@ Array of <tt>Number</tt>s
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -346,7 +346,7 @@
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -438,7 +438,7 @@
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -189,7 +189,7 @@
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -11729,7 +11729,7 @@ path.smooth();
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -8593,7 +8593,7 @@ path.tweenFrom({ fillColor: 'red' }, { duration: 1000 });
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -2690,7 +2690,7 @@ var point = maxPoint * randomPoint;</code></pre>
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -6983,7 +6983,7 @@ function onMouseMove(event) {
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -1296,7 +1296,7 @@ for (var i = 0; i < items.length; i++) {
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -7651,7 +7651,7 @@ path.tweenFrom({ fillColor: 'red' }, { duration: 1000 });
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -1645,7 +1645,7 @@ intersectionPath.fillColor = 'red';
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -930,7 +930,7 @@ path.segments[2].selected = true;
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -7317,7 +7317,7 @@ path.tweenFrom({ fillColor: 'red' }, { duration: 1000 });
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -1816,7 +1816,7 @@ var size = maxSize * randomSize;</code></pre>
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -910,7 +910,7 @@ var circle = new Path.Circle({
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -302,7 +302,7 @@ for (var i = 0; i < 100; i++) {
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -6709,7 +6709,7 @@ path.tweenFrom({ fillColor: 'red' }, { duration: 1000 });
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -6823,7 +6823,7 @@ path.tweenFrom({ fillColor: 'red' }, { duration: 1000 });
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -752,7 +752,7 @@ tool.onKeyDown = function(event) {
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -437,7 +437,7 @@ function onMouseUp(event) {
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -365,7 +365,7 @@ setTimeout(function(){
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -1763,7 +1763,7 @@ function onMouseDown(event) {
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -65,7 +65,7 @@
<div class="member-text">
<p>The project for which the PaperScript is executed.</p>
<p>Note that when working with mulitple projects, this does not necessarily reflect the currently active project. For this, use <a href="../classes/PaperScope.html#project"><tt>paperScope.project</tt></a> instead.</p>
<p>Note that when working with multiple projects, this does not necessarily reflect the currently active project. For this, use <a href="../classes/PaperScope.html#project"><tt>paperScope.project</tt></a> instead.</p>
@ -118,7 +118,7 @@
<div class="member-text">
<p>The reference to the project&rsquo;s view.</p>
<p>Note that when working with mulitple projects, this does not necessarily reflect the view of the currently active project. For this, use <a href="../classes/PaperScope.html#view"><tt>paperScope.view</tt></a> instead.</p>
<p>Note that when working with multiple projects, this does not necessarily reflect the view of the currently active project. For this, use <a href="../classes/PaperScope.html#view"><tt>paperScope.view</tt></a> instead.</p>
@ -145,7 +145,7 @@
<div class="member-text">
<p>The reference to the tool object which is automatically created when global tool event handlers are defined.</p>
<p>Note that when working with mulitple tools, this does not necessarily reflect the currently active tool. For this, use <a href="../classes/PaperScope.html#tool"><tt>paperScope.tool</tt></a> instead.</p>
<p>Note that when working with multiple tools, this does not necessarily reflect the currently active tool. For this, use <a href="../classes/PaperScope.html#tool"><tt>paperScope.tool</tt></a> instead.</p>
@ -414,7 +414,7 @@
<!-- =========================== copyright notice ========================== -->
<p class="footer">
Paper.js v0.12.0 (develop)<br>
Paper.js v0.12.1 (develop)<br>
Copyright &#169; 2011—2019 <a href="http://www.lehni.org" target="_blank">J&uuml;rg Lehni</a> &amp; <a href="http://www.jonathanpuckey.com" target="_blank">Jonathan Puckey</a>. All Rights Reserved.</p>
<div class="content-end"></div>

View file

@ -2,13 +2,13 @@
<html>
<head>
<meta charset="UTF-8">
<title>Paper.js v0.12.0 (develop)</title>
<title>Paper.js v0.12.1 (develop)</title>
<base target="class-frame">
<link href="../assets/css/docs.css" rel="stylesheet" type="text/css">
</head>
<body class="reference">
<div class="reference-index">
<h1>Paper.js<span class="version">0.12.0 (develop)</span></h1>
<h1>Paper.js<span class="version">0.12.1 (develop)</span></h1>
<ul class="reference-classes"><li><a href="../classes/global.html">Global Scope</a></li>
<li>
<h2>Basic Types</h2>

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Paper.js v0.12.0 (develop)</title>
<title>Paper.js v0.12.1 (develop)</title>
</head>
<frameset cols="230,*">
<frame src="classes/index.html" name="packageListFrame" title="All Packages">

6
dist/paper-core.js vendored
View file

@ -1,5 +1,5 @@
/*!
* Paper.js v0.12.0-develop - The Swiss Army Knife of Vector Graphics Scripting.
* Paper.js v0.12.1-develop - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/
*
* Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey
@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Jun 5 20:03:11 2019 +0200
* Date: Thu Jun 6 00:15:23 2019 +0200
*
***
*
@ -792,7 +792,7 @@ var PaperScope = Base.extend({
}
},
version: "0.12.0-develop",
version: "0.12.1-develop",
getView: function() {
var project = this.project;

File diff suppressed because one or more lines are too long

6
dist/paper-full.js vendored
View file

@ -1,5 +1,5 @@
/*!
* Paper.js v0.12.0-develop - The Swiss Army Knife of Vector Graphics Scripting.
* Paper.js v0.12.1-develop - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/
*
* Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey
@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Jun 5 20:03:11 2019 +0200
* Date: Thu Jun 6 00:15:23 2019 +0200
*
***
*
@ -792,7 +792,7 @@ var PaperScope = Base.extend({
}
},
version: "0.12.0-develop",
version: "0.12.1-develop",
getView: function() {
var project = this.project;

File diff suppressed because one or more lines are too long

10
dist/paper.d.ts vendored
View file

@ -1,5 +1,5 @@
/*!
* Paper.js v0.12.0-develop - The Swiss Army Knife of Vector Graphics Scripting.
* Paper.js v0.12.1-develop - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/
*
* Copyright (c) 2011 - 2019, Juerg Lehni & Jonathan Puckey
@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Wed Jun 5 20:03:11 2019 +0200
* Date: Thu Jun 6 00:15:23 2019 +0200
*
* This is an auto-generated type definition.
*/
@ -18,7 +18,7 @@ declare module paper {
/**
* The project for which the PaperScript is executed.
*
* Note that when working with mulitple projects, this does not necessarily
* Note that when working with multiple projects, this does not necessarily
* reflect the currently active project. For this, use
* {@link PaperScope#project} instead.
*/
@ -32,7 +32,7 @@ declare module paper {
/**
* The reference to the project's view.
*
* Note that when working with mulitple projects, this does not necessarily
* Note that when working with multiple projects, this does not necessarily
* reflect the view of the currently active project. For this, use
* {@link PaperScope#view} instead.
*/
@ -42,7 +42,7 @@ declare module paper {
* The reference to the tool object which is automatically created when global
* tool event handlers are defined.
*
* Note that when working with mulitple tools, this does not necessarily
* Note that when working with multiple tools, this does not necessarily
* reflect the currently active tool. For this, use {@link PaperScope#tool}
* instead.
*/

8
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "paper",
"version": "0.12.0",
"version": "0.12.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -28,9 +28,9 @@
"dev": true
},
"@types/node": {
"version": "12.0.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.4.tgz",
"integrity": "sha512-j8YL2C0fXq7IONwl/Ud5Kt0PeXw22zGERt+HSSnwbKOJVsAGkEz3sFCYwaF9IOuoG1HOtE0vKCj6sXF7Q0+Vaw==",
"version": "12.0.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.0.5.tgz",
"integrity": "sha512-CFLSALoE+93+Hcb5pFjp0J1uMrrbLRe+L1+gFwerJ776R3TACSF0kTVRQ7AvRa7aFx70nqYHAc7wQPlt9kY2Mg==",
"dev": true
},
"@types/normalize-package-data": {

View file

@ -1,6 +1,6 @@
{
"name": "paper",
"version": "0.12.0",
"version": "0.12.1",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"license": "MIT",
"homepage": "http://paperjs.org",