# `Emerge.UI.Svg`
[🔗](https://github.com/emerge-elixir/emerge/blob/v0.2.1/lib/emerge/ui/svg.ex#L1)

SVG-specific styling attributes

# `t`

```elixir
@type t() :: {:svg_color, Emerge.UI.Color.color() | Emerge.UI.Color.t()}
```

# `color`

```elixir
@spec color(Emerge.UI.Color.color() | Emerge.UI.Color.t()) :: t()
```

Apply template tinting to all visible SVG pixels

---

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