Hello there,
I'm having an issue where if the node that is being converted to an image (using any method except for toSvg ) contains %26 anywhere within it's text then the conversion fails and the following error is thrown:
Here's a sandbox that replicates the issue.
Current workaround is to remove %26 from the node before exporting, but in some instances I need to export text that contains URLs and those URLs would be broken if I were to remove %26 from them.