#James ACK the ping Is the fix just to
1 messages · Page 1 of 1 (latest)
For some reason, I cannot get an error from incorrectly formatted svgs located in a module, only system images throw the error.
It looks like you may be good to go. However, if you want to play on the safe side then I found the following patterns in my images:
- no height or width, only a viewBox="0 0 64 64"; add width="64px"...
- width="512"; change to width="512px"
- style="width: "512px"..."; change to width="512px"