Skip to content

Configurable SVG Attributes

Choose a tag to compare

@mylesj mylesj released this 13 Sep 20:36
· 17 commits to main since this release
908ddfe

Adds attribute support to the render directive, supporting: title, class, width, height

e.g.

```noml render width=100 height=50 class=css-name title="my title"
[Foo]->[Bar]
```