Scenic.Primitives.ellipse_spec
You're seeing just the function
ellipse_spec
, go back to Scenic.Primitives module for more information.
Specs
ellipse_spec(radii :: Scenic.Math.vector_2(), options :: list()) :: Scenic.Graph.deferred()
Create the specification that adds an ellipse to a graph.
See the documentation for ellipse/3
for details.
Example:
ellipse = ellipse_spec( { 40, 60 }, stroke: {4, :blue} )
graph = ellipse.(graph)