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