ironmonk88 / monks-little-details

GNU General Public License v3.0
33 stars 36 forks source link

Fix scene loading getting stuck at 99% #269

Closed patmanteau closed 1 year ago

patmanteau commented 1 year ago

After the upgrade to Foundry v11, Firefox users report getting stuck loading scenes at 99% (see #263).

Root cause seems to be one of the SVG icons (turned.svg) not having width and height attributes, making Firefox complain. Chrome works fine.

All other icons already have these attributes, so adding them to turned.svg to fix #263 should probably be OK.