Scenic.Primitives.circle_spec

You're seeing just the function circle_spec, go back to Scenic.Primitives module for more information.
Link to this function

circle_spec(radius, opts \\ [])

View Source

Specs

circle_spec(radius :: number(), options :: list()) :: Scenic.Graph.deferred()

Create the specification that adds a circle to a graph.

See the documentation for circle/3 for details.

Example:

circle = circle_spec( 40, stroke: {4, :blue} )
graph = circle.(graph)