# `Plushie.Canvas.Shape.Dash`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.6.0/lib/plushie/canvas/shape/dash.ex#L1)

Dash pattern for canvas shape strokes.

# `t`

```elixir
@type t() :: %Plushie.Canvas.Shape.Dash{offset: number(), segments: [number()]}
```

# `from_opts`

```elixir
@spec from_opts(keyword()) :: t()
```

Constructs a dash pattern from a keyword list.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
