[canvaskit] Deploy 0.29.0
Change-Id: Ie74c04cf7a0d635d3f716947b0e771d78b06d775 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/437396 Reviewed-by: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
parent
a0438e6604
commit
eb76f3d0dd
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.29.0] - 2021-08-06
|
||||
|
||||
### Added
|
||||
- `Path.makeAsWinding` has been added to convert paths with an EvenOdd FillType to the
|
||||
equivalent area using the Winding FillType.
|
||||
|
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.28.1",
|
||||
"version": "0.29.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "canvaskit-wasm",
|
||||
"version": "0.28.1",
|
||||
"version": "0.29.0",
|
||||
"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