You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Valentin Vago edited this page Mar 26, 2017
·
2 revisions
SVG layer
Important file preparation
The svg element must have a properly set viewbox attribute.
If you want to define configurable properties, you can declare them using the style attribute of the svg root element like
<svg style="--var-a: blue;--var-b: 10px" …>…</svg>.