1
0
Fork 0
freesewing/markdown/dev/reference/api/defs/en.md

595 B

title
Defs

The Defs object in FreeSewing's core library represents an SVG document's defs element. It is not directly exposed, but it is available as the defs attribute of an Svg object.

While the properties and methods exposed by this object are typically only used internally, they are documented here to facilitate development of plugins.

Properties

A Defs object comes with the following property:

  • list : The entries of the defs element.

Defs methods