I was able to replicate this issue and get it to work in this scenario.
my svg files needed width="300" height="100"
(or whatever size your image is) added to the <svg>
tag in the file prior to uploading. Without the height and width set the dimensions are 0x0 and causes those php errors.
But the mobile width and height being set to auto by twentig makes the svg image disappear on the smaller breakpoints.
-
This reply was modified 3 years, 8 months ago by svincent.