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

Canvas SVG shape with position and size.

# `t`

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

---

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