1
0
Fork 0
freesewing/sites/dev/docs/reference/api/svg
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
attributes chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
defs chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
layout chore: Port FreeSewing.dev to docusaurus 2024-09-28 13:13:48 +02:00
pattern 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
style 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: 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 />