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

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

# `t`

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

---

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