16 lines
356 B
Markdown
16 lines
356 B
Markdown
![]() |
---
|
||
|
title: svg
|
||
|
components: true
|
||
|
order: 80
|
||
|
---
|
||
|
|
||
|
The **svg** attribute of the [Pattern](/en/docs/developer/api/pattern) holds
|
||
|
an object that represents an SVG document.
|
||
|
|
||
|
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:
|
||
|
|
||
|
<ReadMore list />
|
||
|
|