1
0
Fork 0
freesewing/markdown/dev/reference/api/svg/tail/en.md

13 lines
199 B
Markdown
Raw Normal View History

---
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>
```