game-icons / icons

All SVG icons available on https://game-icons.net
Other
1.05k stars 115 forks source link

SVGs do not include the width/height values #992

Open ddbrown30 opened 3 months ago

ddbrown30 commented 3 months ago

SVG icons created by the site do not have the width and height fields set. They are set in the style field but not on their own. This can cause issues in certain browsers and with certain apps. Anything I make here I have to manually edit to include those fields.

Can you please update the SVG generation to add those fields?

aruguy commented 2 weeks ago

Fixing this would be a big win. Placing any SVG icons generated by the site onto the game canvas in FoundryVTT causes the scene to crash because of the missing dimensions.

ddbrown30 commented 2 weeks ago

Yeah, my problem case is also with Foundry. I have to manually fix every icon before I can use it.