Aliharu / Foundry-Ex3

Foundry module for Exalted Third Edition
MIT License
7 stars 12 forks source link

Firefox Error in Foundry 11 EX3 #32

Closed mparker546 closed 1 year ago

mparker546 commented 1 year ago

Loading EX3 System in Foundry 11 in Firefox throws this error:

Uncaught Error: The SVG image must have width and height defined (in pixels), canvas API needs them.
    onload index.js:126
index.js:126
    onload index.js:126

image

Workaround: Works in Chrome fine.

Aliharu commented 1 year ago

This does not happen when i try it in Firefox. This might be a core Foundry issue and not something with the Ex3 module judging by the error message.

Aliharu commented 1 year ago

I dug around, I did not run into this specific issue but i ran into a different issue regarding SVGs while testing on firefox. I will have a change that hopefully will fix this issue next patch not 100% certain.

Aliharu commented 1 year ago

This should be fixed now. Closing