[canvaskit] Update to 0.25.1
Built at revision 2ee4d7a7f5
Change-Id: Idfa16920b5262f75ac4db18705e8849c91f3c91d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/390407
Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
parent
9b5b7db793
commit
ca709aa82b
@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.25.1] - 2021-03-30
|
||||
|
||||
### Added
|
||||
- Skottie accessors for dynamic text properties (text string, font size).
|
||||
- Optional sampling parameter to drawAtlas (paint filter-quality is ignored/deprecated)
|
||||
|
||||
### Fixed
|
||||
- Fonts should not be leaked https://bugs.chromium.org/p/skia/issues/detail?id=11778
|
||||
|
||||
## [0.25.0] - 2021-03-02
|
||||
|
||||
### Added
|
||||
|
2
modules/canvaskit/npm_build/package-lock.json
generated
2
modules/canvaskit/npm_build/package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "canvaskit-wasm",
|
||||
"version": "0.25.0",
|
||||
"version": "0.25.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "canvaskit-wasm",
|
||||
"version": "0.25.0",
|
||||
"version": "0.25.1",
|
||||
"description": "A WASM version of Skia's Canvas API",
|
||||
"main": "bin/canvaskit.js",
|
||||
"homepage": "https://github.com/google/skia/tree/master/modules/canvaskit",
|
||||
|
Loading…
Reference in New Issue
Block a user