You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, displaying the image with roundAsCircle set to true creates a square around the circle as a background when setting backgroundImage to @color/white or any other color resource.
In my opinion, it makes sense for the circle to be used as a mask for the background.
Current code:
Proposed fix:
Appologies for the teribble photo shopping, just trying get point across.
The text was updated successfully, but these errors were encountered:
The thing is that we do not apply rounding on overlays and backgrounds when using the BITMAP_ONLY mode (which is default). I'll try to send a fix for that.
At the moment, displaying the image with
roundAsCircle
set totrue
creates a square around the circle as a background when settingbackgroundImage
to@color/white
or any other color resource.In my opinion, it makes sense for the circle to be used as a mask for the background.
Current code:
![](https://cloud.githubusercontent.com/assets/1421702/6934307/6346d008-d800-11e4-931d-ee18aad0def0.png)
Proposed fix:
![](https://cloud.githubusercontent.com/assets/1421702/6934310/6529630e-d800-11e4-9f24-ec93e398de88.png)
Appologies for the teribble photo shopping, just trying get point across.
The text was updated successfully, but these errors were encountered: