statsify
statsify copied to clipboard
fix(deps): update dependency skia-canvas to v1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| skia-canvas | ^0.9.30 -> ^1.0.1 |
Release Notes
samizdatco/skia-canvas (skia-canvas)
v1.0.1
Bugfixes
- If an offscreen buffer can't be allocated using the Vulkan renderer, CPU rendering is used as a fallback
- The
drawCanvas()routine now works even when the destination canvas is later saved as an SVG (previously, the source canvas would be missing from the output). Caveat: this only works if the destination canvas is using the defaultsource-overblend mode, has itsglobalAlphaset to 1, and is not using shadows or theeffectproperty. If any of those defaults have been changed, the drawn canvas will not appear in the saved SVG. Bitmap and PDF exports do not have this restriction.
Misc. Improvements
- Added a
fullscreenevent to theWindowclass to flag changes into and out of full-screen mode.
v1.0.0
New Features
- The new Window class can display a Canvas on screen, respond to mouse and keyboard input, and fluidly animate by calling user-defined event handlers.
- Bitmap rendering now occurs on the GPU by default and can be configured using the Canvas's
.gpuproperty. If the platform supports hardware-accelerated rendering (using Metal on macOS and Vulkan on Linux & Windows), the property will betrueby default and can be set tofalseto use the software renderer. - Added support for recent Chrome features:
- the
reset()context method which erases the canvas, resets the transformation state, and clears the current path - the
roundRect()method on contexts and Path2D objects which adds a rounded rectangle using 1–4 corner radii (provided as a single value or an array of numbers and/or DOMPoint objects)
- the
Bugfixes
- The
FontLibrary.reset()method didn't actually remove previously installed fonts that had already been drawn with (and thus cached). It now clears those caches, which also means previously used fonts can now be replaced by calling.use()again with the same family name. - The [
.drawCanvas()][drawCanvas] routine now applies filter effects and shadows consistent with the current resolution and transformation state.
Misc. Improvements
- The
.filterproperty's"blur(…)"and"drop-shadow(…)"effects now match browser behavior much more closely and scale appropriately with thedensityexport option. - Antialiasing is smoother, particularly when down-scaling images, thanks to the use of mipmaps rather than Skia's (apparently buggy?) implementation of bicubic interpolation.
- Calling
clearRect()with dimensions that fully enclose the canvas will now discard all the vector objects that have been drawn so far (rather than simply covering them up). - Upgraded Skia to milestone 103
Configuration
📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| statsify | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 22, 2024 6:15am |
closed by #667