·
8 commits
to master
since this release
Overview
- breaking changes: none
- addressed: #1081
compose
- An issue where
NullPointerException
s could occur forShaderProvider
s created viaBrush.toShaderProvider
has been addressed. The root cause was a Compose bug whereSize.isEmpty
sometimes reports false positives, leading toPaint.shader
being incorrectly set tonull
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.