From 67cb62d806f80dedbe6754a8fd017332df950f65 Mon Sep 17 00:00:00 2001 From: "Paper.js Bot" Date: Sat, 23 May 2020 13:55:30 +0000 Subject: [PATCH] Prebuilt module for commit 7fcee5a911a6c4443aa3204d53046e2d37861589 --- CHANGELOG.md | 18 ++++++++++++++++++ dist/docs/assets/js/paper.js | 2 +- dist/paper-core.js | 2 +- dist/paper-core.min.js | 2 +- dist/paper-full.js | 2 +- dist/paper-full.min.js | 2 +- dist/paper.d.ts | 2 +- 7 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e52db29..fb637b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## Unreleased + +### Changed + +- Use `'paper-'` prefix in generated view ids. + +### Fixed + +- Fix `new Raster(HTMLCanvasElement)` constructor (#1745). +- Handle `CurveLocation` on paths with only one segment. +- Fix recently introduced error in `CompoundPath.compare()` (#1769). +- Clamp opacity values to [0, 1] (#1814). +- Support closed `Path` items with blend mode and no segments (#1763). +- Fix error in `getCrossingSegments()` (#1773). +- SVG Import: Support SVG strings with leading line-breaks (#1813). +- PaperScript: Add option to control operator overloading. +- Docs: Improve documentation for `Raster#drawImage(CanvasImageSource)` (#1784). + ## `0.12.4` ### Added diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index f656036a..6a785880 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 15:41:18 2020 +0200 + * Date: Sat May 23 15:51:37 2020 +0200 * *** * diff --git a/dist/paper-core.js b/dist/paper-core.js index cf22bbba..d481a552 100644 --- a/dist/paper-core.js +++ b/dist/paper-core.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 15:41:18 2020 +0200 + * Date: Sat May 23 15:51:37 2020 +0200 * *** * diff --git a/dist/paper-core.min.js b/dist/paper-core.min.js index 6c4ab1de..b977d63f 100644 --- a/dist/paper-core.min.js +++ b/dist/paper-core.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 15:41:18 2020 +0200 + * Date: Sat May 23 15:51:37 2020 +0200 * *** * diff --git a/dist/paper-full.js b/dist/paper-full.js index f656036a..6a785880 100644 --- a/dist/paper-full.js +++ b/dist/paper-full.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 15:41:18 2020 +0200 + * Date: Sat May 23 15:51:37 2020 +0200 * *** * diff --git a/dist/paper-full.min.js b/dist/paper-full.min.js index 75658af7..2256fadd 100644 --- a/dist/paper-full.min.js +++ b/dist/paper-full.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 15:41:18 2020 +0200 + * Date: Sat May 23 15:51:37 2020 +0200 * *** * diff --git a/dist/paper.d.ts b/dist/paper.d.ts index d85df6a9..c2cc42e3 100644 --- a/dist/paper.d.ts +++ b/dist/paper.d.ts @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Sat May 23 15:41:18 2020 +0200 + * Date: Sat May 23 15:51:37 2020 +0200 * * This is an auto-generated type definition. */