1
0
Fork 0
freesewing/sites/dev/docs/reference/api/defs
Joost De Cock ab3204f9f1 chore: Port FreeSewing.dev to docusaurus
The replaces the NextJS site powering FreeSewing.dev with a Docusaurus
setup. It's part of my efforts to simplify FreeSewing's setup so we can
focus on our core value proposition.
2024-09-28 13:13:48 +02:00
..
asrenderprops chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
clone chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
get chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
remove chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
render chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
set chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
setifunset chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
readme.mdx chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00

---
title: Defs
---

The `Defs` object in FreeSewing's core library represents an SVG document's
[`defs` element](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs).
It is not directly exposed, but it is available as the `defs` attribute
of an [Svg object](/reference/api/svg/defs).

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` : Holds the internal object in which entries of the `defs` element are stored

## Defs methods

<ReadMore />