Plushie.Canvas.Shape.Clip (Plushie v0.6.0)

Copy Markdown View Source

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

Summary

Types

t()

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