Svg.defs

The Svg.defs property holds a Defs object that holds the contents of the defs section of the SVG document.

Signature

svg
<defs>
  /* svg.defs will be inserted */
</defs>