afterDraw
Invoked after the drawing phase of the program's lifecycle, allowing the extension to execute any custom logic or operations needed post-rendering.
Parameters
drawer
the drawer instance used to perform rendering operations during the drawing cycle.
program
the program instance associated with the current drawing lifecycle.