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
The circular SelectableColorViews have aliasing problems, mainly because they extend and clip the normal ColorView rather than drawing a circle themselves. There are a few different ways to alias clips on a Canvas, or I could rebuild the color view using tiled drawables rather than manually generating a bitmap each time it is run. The latter would probably be a better idea.
The text was updated successfully, but these errors were encountered:
The circular
SelectableColorView
s have aliasing problems, mainly because they extend and clip the normalColorView
rather than drawing a circle themselves. There are a few different ways to alias clips on aCanvas
, or I could rebuild the color view using tiled drawables rather than manually generating a bitmap each time it is run. The latter would probably be a better idea.The text was updated successfully, but these errors were encountered: