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

Clip rectangle for canvas groups. Children are clipped to this region.

# `t`

```elixir
@type t() :: %Plushie.Canvas.Shape.Clip{
  h: number(),
  w: number(),
  x: number(),
  y: number()
}
```

---

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