Can't edit SVGs with JSImage.editSVG right after creating the JSImage instance because it is not loaded yet (SVG fetch is async). Fix: queue the editSVG callback until the image is ready.
Can't edit SVGs with JSImage.editSVG right after creating the JSImage instance because it is not loaded yet (SVG fetch is async).
Fix: queue the editSVG callback until the image is ready.