mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Update CHANGELOG
This commit is contained in:
parent
af509f6431
commit
7fcee5a911
1 changed files with 18 additions and 0 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
|
||||
|
|
Loading…
Reference in a new issue