mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Prebuilt module for commit 7fcee5a911
This commit is contained in:
parent
5d85230741
commit
67cb62d806
7 changed files with 24 additions and 6 deletions
18
CHANGELOG.md
18
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
|
||||
|
|
2
dist/docs/assets/js/paper.js
vendored
2
dist/docs/assets/js/paper.js
vendored
|
@ -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
2
dist/paper-core.js
vendored
|
@ -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.min.js
vendored
2
dist/paper-core.min.js
vendored
|
@ -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
2
dist/paper-full.js
vendored
|
@ -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.min.js
vendored
2
dist/paper-full.min.js
vendored
|
@ -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
2
dist/paper.d.ts
vendored
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue