1
0
Fork 0
freesewing/markdown/dev/reference/api/svg/tail/en.md
2021-10-17 18:26:00 +02:00

12 lines
199 B
Markdown

---
title: tail
---
A string that closes both the group opened by [Pattern.svg.head](/reference/api/pattern/svg/head/) and the SVG tag.
```svg
</g>
<!-- end of group #fs-container -->
</svg>
```