What are the ways to create drop shadow for circle shape? I am creating an application in a flat style, very much needed shade.
I usually just draw a copy of the shape first, and set the fill colour to something like (0, 0, 0, 0.4). Then draw the shape over the top, and offset the position of the shadow in whichever direction you want.
I usually just draw a copy of the shape first, and set the fill colour to something like (0, 0, 0, 0.4). Then draw the shape over the top, and offset the position of the shadow in whichever direction you want.