Prebuilt module for commit 7fcee5a911

This commit is contained in:
Paper.js Bot 2020-05-23 13:55:30 +00:00
parent 5d85230741
commit 67cb62d806
7 changed files with 24 additions and 6 deletions

View file

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

View file

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

2
dist/paper-core.js vendored
View file

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

View file

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

2
dist/paper-full.js vendored
View file

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

View file

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

2
dist/paper.d.ts vendored
View file

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