Scenic v0.10.2 Scenic.Primitive.Style.Stroke View Source
Draw an outline around a primitive with the given paint.
Example:
graph
|> triangle( {{0,40},{40,40},{40,0}}
miter_limit: 2,
stroke: {2, :green}
)
Data
{width, paint}
width
- Width of the border being stroked.:paint
- Any valid paint.