Skip to content
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>.
Clone this wiki locally