--- 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. The `postRender` hooks is rarely used.