DFreds / dfreds-convenient-effects

A FoundryVTT module that adds easy to use toggleable active effects for any system.
MIT License
44 stars 37 forks source link

Fix issue #297 - Pixel dimensions for new SVG #298

Closed morepurplemorebetter closed 8 months ago

morepurplemorebetter commented 11 months ago

This fixes issue #297 - the three new SVG files now have pixel dimensions. These dimensions missing was causing issues on Firefox.

This replaces:

style="height: 512px; width: 512px;"

with:

width="512" height="512"

for: brick-wall.svg broken-wall.svg castle.svg