vinc3m1 / RoundedImageView

A fast ImageView that supports rounded corners, ovals, and circles.
Other
6.44k stars 1.25k forks source link

rebuild shader on ShaderMatrix update #182

Closed miknad closed 6 years ago

miknad commented 7 years ago

When ShaderMatrix is changed, the shader should be rebuilt. If not, then drawable will not be scaled properly. You may catch such case when imageView is scaled after device orientation is changed.