2.0.2 Release
Un-deprecate and completely reimplement RenderEffectBlur
, making it the recommended blur algorithm for now.
Remove RenderEffectPrecision
.
Stop updating the blur in the draw
method, which fixes Compose crashes - #157.
Delete deprecated setHasFixedTransformationMatrix
.
Reduce DEFAULT_SCALE_FACTOR
to 6.
Require blur algorithm in setupWith
method.