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

Canvas arbitrary path shape built from a list of drawing commands.

# `t`

```elixir
@type t() :: %Plushie.Canvas.Shape.Path{
  commands: [list() | String.t()],
  fill: term(),
  fill_rule: String.t() | nil,
  opacity: number() | nil,
  stroke: term()
}
```

---

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