1
0
Fork 0
freesewing/markdown/dev/reference/hooks/postrender/en.md
2021-10-17 17:34:55 +02:00

237 B


title: postRender

The postRender hook is triggered after the SVG is rendered.

Like the preRender hook, it receives the SVG object as its first parameter.

The postRender hooks is rarely used.