You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
saveSvgAsPng, as deployed, shows the following error in console:
saveSvgAsPng.min.js:1 Uncaught ReferenceError: css is not defined
at saveSvgAsPng.min.js:1
at checkDone (saveSvgAsPng.min.js:1)
at HTMLImageElement.img.onload (saveSvgAsPng.min.js:1)
(anonymous) @ saveSvgAsPng.min.js:1
checkDone @ saveSvgAsPng.min.js:1
img.onload @ saveSvgAsPng.min.js:1
but the saveSvgAsPng.js in the source seems to be wrong; when minified and deployed, it results in bad rendering output. Need to figure out what changes were made to it for the minified version and recreate them, and then fix this error.
The text was updated successfully, but these errors were encountered:
saveSvgAsPng, as deployed, shows the following error in console:
but the saveSvgAsPng.js in the source seems to be wrong; when minified and deployed, it results in bad rendering output. Need to figure out what changes were made to it for the minified version and recreate them, and then fix this error.
The text was updated successfully, but these errors were encountered: