v0.9.25
Deprecation Warning
This version can no longer be installed via
npm
due to the unsustainable expense of hosting the library on S3. You can still install it directly from this GitHub release via the commands below. Find the section for your OS and machine type and copy/paste the correspondingnpm install …
command into your terminal.Installation commands
Mac (Apple Silicon)
npm install https://github.com/samizdatco/skia-canvas/releases/download/v0.9.25/skia-canvas-v0.9.25-darwin-arm64.tar.gz
Mac (Intel)
npm install https://github.com/samizdatco/skia-canvas/releases/download/v0.9.25/skia-canvas-v0.9.25-darwin-x64.tar.gz
Windows (Intel)
npm install https://github.com/samizdatco/skia-canvas/releases/download/v0.9.25/skia-canvas-v0.9.25-win32-x64.tar.gz
Linux (Intel/AMD; glibc)
npm install https://github.com/samizdatco/skia-canvas/releases/download/v0.9.25/skia-canvas-v0.9.25-linux-x64.tar.gz
Bugfixes
- Improved image scaling when a larger image is being shrunk down to a smaller size via
drawImage()
- modified
imageSmoothingQuality
settings to provide a more meaningful range acrosslow
,medium
, andhigh
measureText()
now returns correct metrics regardless of currenttextAlign
setting- Rolled back
icudtl.dat
changes on Windows (which suppressed the misleading warning message but required running as Administrator)
Misc. Improvements
- Now using Neon v0.9 (with enhanced async event scheduling)