Skip to content
Shaw edited this page Nov 12, 2015 · 2 revisions

Create a new Circle element to be drawn on a Canvallax Instance.

Special Properties

In addition to the standard element properties, Canvallax.Circle elements also utilize these properties, shown with the default properties:

  Canvallax.Circle({
    
    size: 20
    // (Number)
    // Radius of the circle.
    
  });
Clone this wiki locally