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

Copy Markdown View Source

Canvas circle shape with center, radius, and optional styling.

Summary

Types

t()

@type t() :: %Plushie.Canvas.Shape.Circle{
  fill: term(),
  fill_rule: String.t() | nil,
  opacity: number() | nil,
  r: number(),
  stroke: term(),
  x: number(),
  y: number()
}