Scenic.Primitive.Rectangle.compile

You're seeing just the function compile, go back to Scenic.Primitive.Rectangle module for more information.
Link to this function

compile(primitive, styles)

View Source

Specs

compile(primitive :: Scenic.Primitive.t(), styles :: Scenic.Primitive.Style.t()) ::
  Scenic.Script.t()

Compile the data for this primitive into a mini script. This can be combined with others to generate a larger script and is called when a graph is compiled.