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
lineStyle(thickness,color) - set the line style drawRect(x,y,w,h,c) - draw a rectangle provide: x,y width,height and the fill colour. drawRoundRect(x,y,w,h,rad,c) - draw a rounded rectangle provide: x,y width,height, corner radius and the fill colour. drawCircle(x,y,rad,c) - draw a circle provide: x,y, the radius and the fill colour.