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

Canvas rectangle shape with position, size, and optional styling.

# `t`

```elixir
@type t() :: %Plushie.Canvas.Shape.Rect{
  fill: term(),
  fill_rule: String.t() | nil,
  h: number(),
  opacity: number() | nil,
  radius: number() | nil,
  stroke: term(),
  w: number(),
  x: number(),
  y: number()
}
```

---

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