shp

The shape module allows the user to create simple 2D shapes like a circle or rectangle.

Currently, the shapes include:

  • Circles

  • Rectangles

  • Rounded rectangles

  • Custom Polygons

  • Ovals

Usage

To create shapes, use:

Shape(args)

Replacing Shape with the name of the shape and args with the arguments.

Last updated