1
0
Fork 0
freesewing/sites/dev/docs/reference/api/svg/readme.mdx

16 lines
425 B
Text
Raw Normal View History

---
2021-09-25 17:05:18 +02:00
title: Svg
---
2021-09-25 17:05:18 +02:00
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/).
2022-09-30 15:47:14 +02:00
While the methods exposed by this object are only used internally,
its attributes are useful for situations where you
2022-09-30 15:47:14 +02:00
want to develop a plugin, or use a custom layout.
## Svg methods & properties
2021-09-25 17:05:18 +02:00
<ReadMore />