1
0
Fork 0
freesewing/sites/dev/docs/reference/api/svg
2025-05-24 12:07:19 +02:00
..
asrenderprops
attributes
defs Merge branch 'develop' into cdocs 2025-05-24 12:07:19 +02:00
layout
pattern
render
style Merge branch 'develop' into cdocs 2025-05-24 12:07:19 +02:00
readme.mdx

---
title: Svg
---

The `Svg` object in FreeSewing's core library represents an SVG document.
It is not directly exposed, but it is available as the `svg` attribute
of a [Pattern object](/reference/api/pattern/).

While the methods exposed by this object are only used internally,
its attributes are useful for situations where you
want to develop a plugin, or use a custom layout.

## Svg methods & properties

<ReadMore />