| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-07 | 7.1 kB | |
| Version 4.150.0 source code.tar.gz | 2026-07-07 | 279.1 MB | |
| Version 4.150.0 source code.zip | 2026-07-07 | 280.9 MB | |
| Totals: 3 Items | 559.9 MB | 0 | |
Updates the Skia engine to milestone 150, adds new image-filter, color-filter and paint APIs, and refreshes the bundled HarfBuzz.
📦 NuGet · 📖 Release notes · 🔀 Full changelog
⚠️ Breaking Changes
- Promoted remaining pre-v4 obsolete APIs to errors and trimmed obsolete enums from the reference assembly by @ramezgerges (#4195)
- Removed deprecated .NET Interactive (Polyglot Notebooks) support by @mattleibow (#4186)
✨ What's New
- Updated the Skia engine to milestone 150 by @mattleibow (#4146)
- Added
SKImageFilter.CreateEmpty()andSKImageFilter.CreateCrop()by @mattleibow (#4228, [#4229]) - Added
SKColorFilter.CreateOverdraw()by @mattleibow (#4227) - Bound
SKPaint.GetFastBounds()for quick-reject culling by @mattleibow (#4271) - Cached the
SKSurfacecanvas wrapper across calls for better performance by @ramezgerges (#4247)
🐛 Fixes
- Fixed a small-sigma raster blur regression by @ramezgerges (#4269)
📦 Dependency Updates
- Updated HarfBuzz to 14.2.1 by @mattleibow (#4167)