Each render of display object containers and their children are wrapped with try/catch blocks, as is the main image render function. These blocks cause noticeable performance loss in rendering on the canvas renderer. Alternate ways of error handling could be pursued to remove these and increase rendering performance.
Each render of display object containers and their children are wrapped with try/catch blocks, as is the main image render function. These blocks cause noticeable performance loss in rendering on the canvas renderer. Alternate ways of error handling could be pursued to remove these and increase rendering performance.