1
0
Fork 0
freesewing/markdown/dev/reference/api/hooks/postrender/en.md
2021-12-27 17:33:49 +01:00

14 lines
238 B
Markdown

---
title: postRender
---
The `postRender` hook is triggered after the SVG is rendered.
Like the `preRender` hook, it receives [the SVG object](/api/svg) as its first parameter.
<Note>
The `postRender` hooks is rarely used.
</Note>