undertale-dialog-generator icon indicating copy to clipboard operation
undertale-dialog-generator copied to clipboard

saveSvgAsPng error and version confusion

Open valrus opened this issue 7 years ago • 0 comments

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.

valrus avatar Apr 17 '17 02:04 valrus