Skip to content

v2.11.1

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Aug 13:53
· 1 commit to main since this release
cb178e4

2.11.1 (2026-08-23)

Bug Fixes

  • πŸ›: accept booleans in Font.setSubpixel and Font.setEmbolden (#4011) (ac61b53), closes #3965
  • πŸ›: apply the mask srcIn composite once per group, not per draw (#4022) (b51bbbb)
  • πŸ›: derive the inner shadow from the shape outline, not its opacity (#4023) (701c4b9)
  • πŸ›: don't emit a CTM restore for a CTM that never saved (#4013) (942de97)
  • πŸ›: keep the paint/opacity stack balanced in SavePaint (#4021) (42000b9), closes #3355
  • πŸ›: restore overflow clipping in Android view snapshots (#4004) (ba62172)
  • πŸ›: scale SkMatrix uniformly when y is omitted (#4016) (73b5857)
  • πŸ›: swap the skew shear axes in the native recorder too (#4020) (800eb8f)
  • πŸ›: swap the skewX and skewY shear axes (#4015) (c034652)
  • πŸ›: trim a path before stroking it (#4018) (cb178e4)
  • πŸ›: use makeShaderOptions for non-cubic ImageShader sampling (#4017) (842f1ae)