1
0
Fork 0
freesewing/markdown/dev/reference/api/svg/tail/en.md
2022-02-19 08:04:25 +01:00

11 lines
197 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>
```