Scenic.Primitives.line_spec

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

line_spec(line_params, opts \\ [])

View Source

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)