1
0
Fork 0
freesewing/markdown/dev/reference/api/svg/defs/en.md
2023-10-29 11:51:13 +01:00

297 B

title
Svg.defs

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

Signature

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