Capítulo 265 de 411
Sets a default function called on every morphSVG tween update — useful for rendering the morphing path to a <canvas> instead of (or in addition to) the DOM path.
MorphSVGPlugin.defaultRender = function (rawPath, target) {
// custom canvas drawing logic here
};
false alongside a custom render function to skip redundant DOM updates.