2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-09-25 17:05:18 +02:00
|
|
|
title: Svg
|
2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
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
|
|
|
|
2021-08-25 16:09:31 +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.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2023-10-29 11:51:13 +01:00
|
|
|
## Svg methods & properties
|
2021-09-25 17:05:18 +02:00
|
|
|
|
2024-01-29 08:43:38 -08:00
|
|
|
<ReadMore />
|