Skip to content

v2.1.3

Latest
Compare
Choose a tag to compare
@patrykandpatrickbot patrykandpatrickbot released this 29 May 15:14
· 8 commits to master since this release
8bfa812

Overview

  • breaking changes: none
  • addressed: #1081

compose

  • An issue where NullPointerExceptions could occur for ShaderProviders created via Brush.toShaderProvider has been addressed. The root cause was a Compose bug where Size.isEmpty sometimes reports false positives, leading to Paint.shader being incorrectly set to null for certain nonzero application areas. A workaround has been added to Vico, but until the Compose bug is fixed, glitches where shaded areas turn blank may occur.