From 821e77f97a5a13c2098ab438ad3e9a6feec62f29 Mon Sep 17 00:00:00 2001 From: "Paper.js Bot" Date: Wed, 8 Mar 2017 09:49:45 +0000 Subject: [PATCH] Prebuilt module for commit 36e60989b98700935ba1d6cc04ac3f6859449cbb --- CHANGELOG.md | 10 +++++----- dist/docs/assets/js/paper.js | 6 +++--- dist/docs/classes/Color.html | 2 +- dist/docs/classes/CompoundPath.html | 2 +- dist/docs/classes/Curve.html | 2 +- dist/docs/classes/CurveLocation.html | 2 +- dist/docs/classes/Event.html | 2 +- dist/docs/classes/Gradient.html | 2 +- dist/docs/classes/GradientStop.html | 2 +- dist/docs/classes/Group.html | 2 +- dist/docs/classes/HitResult.html | 2 +- dist/docs/classes/Item.html | 2 +- dist/docs/classes/Key.html | 2 +- dist/docs/classes/KeyEvent.html | 2 +- dist/docs/classes/Layer.html | 2 +- dist/docs/classes/Line.html | 2 +- dist/docs/classes/Matrix.html | 2 +- dist/docs/classes/MouseEvent.html | 2 +- dist/docs/classes/PaperScope.html | 2 +- dist/docs/classes/PaperScript.html | 2 +- dist/docs/classes/Path.html | 2 +- dist/docs/classes/PathItem.html | 2 +- dist/docs/classes/Point.html | 2 +- dist/docs/classes/PointText.html | 2 +- dist/docs/classes/Project.html | 2 +- dist/docs/classes/Raster.html | 2 +- dist/docs/classes/Rectangle.html | 2 +- dist/docs/classes/Segment.html | 2 +- dist/docs/classes/Shape.html | 2 +- dist/docs/classes/Size.html | 2 +- dist/docs/classes/Style.html | 2 +- dist/docs/classes/SymbolDefinition.html | 2 +- dist/docs/classes/SymbolItem.html | 2 +- dist/docs/classes/TextItem.html | 2 +- dist/docs/classes/Tool.html | 2 +- dist/docs/classes/ToolEvent.html | 2 +- dist/docs/classes/View.html | 2 +- dist/docs/classes/global.html | 2 +- dist/docs/classes/index.html | 4 ++-- dist/docs/index.html | 2 +- dist/paper-core.js | 6 +++--- dist/paper-core.min.js | 6 +++--- dist/paper-full.js | 6 +++--- dist/paper-full.min.js | 6 +++--- package.json | 2 +- 45 files changed, 60 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3ed2a6..1ad79369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ ## `0.10.3` (Unreleased) ### Changed +- Node.js: Support v7, and keep testing v4 up to v7 in Travis CI. - Node.js: Loosely couple Node.js / Electron code to `Canvas` module, and treat its absence like a headless web worker context in the browser (#1103). -- Node.js: Support v7, and keep testing v4 up to v7 in Travis CI. - Clean up handling of `Item#_set()`, `#set()` and `#initialize()`: - Use `#_set()` for actually setting internal properties, e.g. on `Point`, `Size`, so that derived classes can reuse other parts without having to @@ -32,7 +32,6 @@ if they describe the same shape, handling cases where paths start in different segments or use different amounts of curves to describe the same shape. - Implement `Curve#hasLength()` as an optimized check for curve-length (#1109). -- Implement `Path#divideAt()`, similar to `Curve#divideAt()`. - Implement `Curve#classify()` to determine the type of cubic Bézier curve via discriminant classification, based on an approach described by Loop and Blinn, and use it to simplify curve self-intersection handling (#773, #1074, #1235). @@ -64,8 +63,8 @@ - Fix `getOverlaps()` to always return overlaps in correct sequence (#1223). - Improve handling of multiple crossings on the same curve. - Improve tangent direction handling in `CurveLocation#isCrossing()`, by finding - unambiguous vectors, taking inception points and "peaks" into account - (#1073, #1074). + unambiguous vectors, taking the curve's loop, cusp, inflection, and "peak" + points into account (#1073, #1074). - Prevent `Path#getStrokeBounds(matrix)` from accidentally modifying segments (#1102). - Improve compatibility with JSPM (#1104). @@ -80,7 +79,8 @@ - Correctly handle offset in `Curve#divideAt(offset)` (#1230). - Fix `Line#getSide()` imprecisions when points are on the line. - Docs: Fix documentation of `Project#hitTestAll()` (#536). -- Docs: Improve description of option.class value in `Project#hitTest()` (#632). +- Docs: Improve description of `option.class` value in `Project#hitTest()` + (#632). ### Removed - Remove `Numerical.TOLERANCE = 1e-6` as there is no internal use for it diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index 55611a4a..23cad5c6 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -1,5 +1,5 @@ /*! - * Paper.js v0.10.2-develop - The Swiss Army Knife of Vector Graphics Scripting. + * Paper.js v0.10.3-develop - The Swiss Army Knife of Vector Graphics Scripting. * http://paperjs.org/ * * Copyright (c) 2011 - 2016, Juerg Lehni & Jonathan Puckey @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Tue Mar 7 20:57:47 2017 +0100 + * Date: Wed Mar 8 10:44:54 2017 +0100 * *** * @@ -771,7 +771,7 @@ var PaperScope = Base.extend({ } }, - version: "0.10.2-develop", + version: "0.10.3-develop", getView: function() { var project = this.project; diff --git a/dist/docs/classes/Color.html b/dist/docs/classes/Color.html index f219131e..fc01c7b6 100644 --- a/dist/docs/classes/Color.html +++ b/dist/docs/classes/Color.html @@ -2043,7 +2043,7 @@ console.log(result); // { red: 0, blue: 0, green: 1 }
diff --git a/dist/docs/classes/CompoundPath.html b/dist/docs/classes/CompoundPath.html index 82ca39f4..20b65986 100644 --- a/dist/docs/classes/CompoundPath.html +++ b/dist/docs/classes/CompoundPath.html @@ -8427,7 +8427,7 @@ path.smooth();
diff --git a/dist/docs/classes/Curve.html b/dist/docs/classes/Curve.html index 59ea30ca..560919b1 100644 --- a/dist/docs/classes/Curve.html +++ b/dist/docs/classes/Curve.html @@ -2273,7 +2273,7 @@
diff --git a/dist/docs/classes/CurveLocation.html b/dist/docs/classes/CurveLocation.html index 2a6f6e19..eac1bfe9 100644 --- a/dist/docs/classes/CurveLocation.html +++ b/dist/docs/classes/CurveLocation.html @@ -663,7 +663,7 @@
diff --git a/dist/docs/classes/Event.html b/dist/docs/classes/Event.html index 387a1b69..6175b420 100644 --- a/dist/docs/classes/Event.html +++ b/dist/docs/classes/Event.html @@ -167,7 +167,7 @@
diff --git a/dist/docs/classes/Gradient.html b/dist/docs/classes/Gradient.html index ee8b929f..edbec983 100644 --- a/dist/docs/classes/Gradient.html +++ b/dist/docs/classes/Gradient.html @@ -231,7 +231,7 @@ path.fillColor = {
diff --git a/dist/docs/classes/GradientStop.html b/dist/docs/classes/GradientStop.html index 1024bd7f..bf191fb8 100644 --- a/dist/docs/classes/GradientStop.html +++ b/dist/docs/classes/GradientStop.html @@ -264,7 +264,7 @@ function onFrame(event) {
diff --git a/dist/docs/classes/Group.html b/dist/docs/classes/Group.html index 7a34c508..cb9a3415 100644 --- a/dist/docs/classes/Group.html +++ b/dist/docs/classes/Group.html @@ -6424,7 +6424,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/HitResult.html b/dist/docs/classes/HitResult.html index 120ee6b3..e9a61112 100644 --- a/dist/docs/classes/HitResult.html +++ b/dist/docs/classes/HitResult.html @@ -230,7 +230,7 @@
diff --git a/dist/docs/classes/Item.html b/dist/docs/classes/Item.html index 608e7d80..78aa1e5a 100644 --- a/dist/docs/classes/Item.html +++ b/dist/docs/classes/Item.html @@ -6034,7 +6034,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/Key.html b/dist/docs/classes/Key.html index 74da94df..e91248ff 100644 --- a/dist/docs/classes/Key.html +++ b/dist/docs/classes/Key.html @@ -130,7 +130,7 @@
diff --git a/dist/docs/classes/KeyEvent.html b/dist/docs/classes/KeyEvent.html index 5ff402cf..0bb17645 100644 --- a/dist/docs/classes/KeyEvent.html +++ b/dist/docs/classes/KeyEvent.html @@ -299,7 +299,7 @@
diff --git a/dist/docs/classes/Layer.html b/dist/docs/classes/Layer.html index f78fdfae..945bbbf3 100644 --- a/dist/docs/classes/Layer.html +++ b/dist/docs/classes/Layer.html @@ -6410,7 +6410,7 @@ function onFrame(event) {
diff --git a/dist/docs/classes/Line.html b/dist/docs/classes/Line.html index d0351c3a..e8e29481 100644 --- a/dist/docs/classes/Line.html +++ b/dist/docs/classes/Line.html @@ -342,7 +342,7 @@
diff --git a/dist/docs/classes/Matrix.html b/dist/docs/classes/Matrix.html index 76c92a7b..7659a0b2 100644 --- a/dist/docs/classes/Matrix.html +++ b/dist/docs/classes/Matrix.html @@ -1703,7 +1703,7 @@ Array of Numbers
diff --git a/dist/docs/classes/MouseEvent.html b/dist/docs/classes/MouseEvent.html index b4837f08..64f9b4d0 100644 --- a/dist/docs/classes/MouseEvent.html +++ b/dist/docs/classes/MouseEvent.html @@ -346,7 +346,7 @@
diff --git a/dist/docs/classes/PaperScope.html b/dist/docs/classes/PaperScope.html index 7be78f3a..7a06a407 100644 --- a/dist/docs/classes/PaperScope.html +++ b/dist/docs/classes/PaperScope.html @@ -438,7 +438,7 @@
diff --git a/dist/docs/classes/PaperScript.html b/dist/docs/classes/PaperScript.html index 8e344291..54052c6b 100644 --- a/dist/docs/classes/PaperScript.html +++ b/dist/docs/classes/PaperScript.html @@ -189,7 +189,7 @@
diff --git a/dist/docs/classes/Path.html b/dist/docs/classes/Path.html index c9c73d0c..0f77404a 100644 --- a/dist/docs/classes/Path.html +++ b/dist/docs/classes/Path.html @@ -11281,7 +11281,7 @@ path.smooth();
diff --git a/dist/docs/classes/PathItem.html b/dist/docs/classes/PathItem.html index f5aea59f..96e75b88 100644 --- a/dist/docs/classes/PathItem.html +++ b/dist/docs/classes/PathItem.html @@ -8189,7 +8189,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/Point.html b/dist/docs/classes/Point.html index 72d73d3b..7e2816b5 100644 --- a/dist/docs/classes/Point.html +++ b/dist/docs/classes/Point.html @@ -2668,7 +2668,7 @@ var point = maxPoint * randomPoint;
diff --git a/dist/docs/classes/PointText.html b/dist/docs/classes/PointText.html index 068e7ef8..e029ebb5 100644 --- a/dist/docs/classes/PointText.html +++ b/dist/docs/classes/PointText.html @@ -6620,7 +6620,7 @@ function onMouseMove(event) {
diff --git a/dist/docs/classes/Project.html b/dist/docs/classes/Project.html index c3eb53c1..6e032d35 100644 --- a/dist/docs/classes/Project.html +++ b/dist/docs/classes/Project.html @@ -1283,7 +1283,7 @@ for (var i = 0; i < items.length; i++) {
diff --git a/dist/docs/classes/Raster.html b/dist/docs/classes/Raster.html index e1779122..a87afccc 100644 --- a/dist/docs/classes/Raster.html +++ b/dist/docs/classes/Raster.html @@ -7189,7 +7189,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/Rectangle.html b/dist/docs/classes/Rectangle.html index 34309587..95805564 100644 --- a/dist/docs/classes/Rectangle.html +++ b/dist/docs/classes/Rectangle.html @@ -1551,7 +1551,7 @@ intersectionPath.fillColor = 'red';
diff --git a/dist/docs/classes/Segment.html b/dist/docs/classes/Segment.html index f825b8cc..cb268b9f 100644 --- a/dist/docs/classes/Segment.html +++ b/dist/docs/classes/Segment.html @@ -901,7 +901,7 @@ path.segments[2].selected = true;
diff --git a/dist/docs/classes/Shape.html b/dist/docs/classes/Shape.html index 866adde1..7da242f6 100644 --- a/dist/docs/classes/Shape.html +++ b/dist/docs/classes/Shape.html @@ -6923,7 +6923,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/Size.html b/dist/docs/classes/Size.html index 72897718..fac386ca 100644 --- a/dist/docs/classes/Size.html +++ b/dist/docs/classes/Size.html @@ -1784,7 +1784,7 @@ var size = maxSize * randomSize;
diff --git a/dist/docs/classes/Style.html b/dist/docs/classes/Style.html index 780b993a..85ac8610 100644 --- a/dist/docs/classes/Style.html +++ b/dist/docs/classes/Style.html @@ -910,7 +910,7 @@ var circle = new Path.Circle({
diff --git a/dist/docs/classes/SymbolDefinition.html b/dist/docs/classes/SymbolDefinition.html index 6b90c99d..4cff17e5 100644 --- a/dist/docs/classes/SymbolDefinition.html +++ b/dist/docs/classes/SymbolDefinition.html @@ -302,7 +302,7 @@ for (var i = 0; i < 100; i++) {
diff --git a/dist/docs/classes/SymbolItem.html b/dist/docs/classes/SymbolItem.html index 7830ace9..4dbed7b6 100644 --- a/dist/docs/classes/SymbolItem.html +++ b/dist/docs/classes/SymbolItem.html @@ -6315,7 +6315,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/TextItem.html b/dist/docs/classes/TextItem.html index fb5a341c..f1a2364b 100644 --- a/dist/docs/classes/TextItem.html +++ b/dist/docs/classes/TextItem.html @@ -6429,7 +6429,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/Tool.html b/dist/docs/classes/Tool.html index 5e8e91c1..df79ec69 100644 --- a/dist/docs/classes/Tool.html +++ b/dist/docs/classes/Tool.html @@ -752,7 +752,7 @@ tool.onKeyDown = function(event) {
diff --git a/dist/docs/classes/ToolEvent.html b/dist/docs/classes/ToolEvent.html index b756de03..5f8030dd 100644 --- a/dist/docs/classes/ToolEvent.html +++ b/dist/docs/classes/ToolEvent.html @@ -437,7 +437,7 @@ function onMouseUp(event) {
diff --git a/dist/docs/classes/View.html b/dist/docs/classes/View.html index e6a2089c..85f95a28 100644 --- a/dist/docs/classes/View.html +++ b/dist/docs/classes/View.html @@ -1763,7 +1763,7 @@ function onMouseDown(event) {
diff --git a/dist/docs/classes/global.html b/dist/docs/classes/global.html index e96371bd..8cd07414 100644 --- a/dist/docs/classes/global.html +++ b/dist/docs/classes/global.html @@ -414,7 +414,7 @@
diff --git a/dist/docs/classes/index.html b/dist/docs/classes/index.html index d3301a4a..d69d5181 100644 --- a/dist/docs/classes/index.html +++ b/dist/docs/classes/index.html @@ -2,13 +2,13 @@ -Paper.js v0.10.2 (develop) +Paper.js v0.10.3 (develop)
-

Paper.js0.10.2 (develop)

+

Paper.js0.10.3 (develop)