We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Draw a rectangle
In addition to the standard element properties, Canvallax.Rectangle elements also utilize these properties shown with the default properties:
Canvallax.Rectangle
Canvallax.Circle({ width: 100, // (Number) // Width of the rectangle. height: 100, // (Number) // Height of the rectangle. });