Shape Signatures
pygame.draw.line(surf,color,start,end,width)
pygame.draw.circle(surf,color,center,radius,width=0)
pygame.draw.rect(surf,color,rect,width=0,border_radius=0)
pygame.draw.ellipse(surf,color,rect,width=0)
pygame.draw.polygon(surf,color,points,width=0)
pygame.draw.arc(surf,color,rect,start_rad,stop_rad,width=1)