-
Notifications
You must be signed in to change notification settings - Fork 358
editor/ui-grid.eot 404 (Not Found) #153
Comments
It sounds like your CSS or a CSS library you're using refers to the font file |
Doesn't help. I'm still getting the same error |
Okay so I got rid of this error. But now image.onload is not getting fired. |
Is Can you supply a minimal reproduction of the problem? |
same problem here.
at line 200 ( My navigator fetch .woff font files by default, don't know why, but .eot are not loaded. |
Version of this library publish in bower repo doesn't have this issue. You can try that. |
Getting this error while converting an SVG on line 205 ( oReq.send(); )of saveSvgAsPng.js
var oReq = new XMLHttpRequest();
oReq.addEventListener('load', fontLoaded);
oReq.addEventListener('error', transferFailed);
oReq.addEventListener('abort', transferFailed);
oReq.open('GET', font.url);
oReq.responseType = 'arraybuffer';
oReq.send();
The text was updated successfully, but these errors were encountered: