Project

General

Profile

Bug #92449

Updated by Daniel Goerz over 3 years ago

In version 10.4.9 was changed how TYPO3 handles SVG files, in this version when SVG file does not contain defined width and/or height, therefore can not determine dimensions of file, because of that, when svg file (without defined width) is already in TYPO3 instance (uploaded before update to 10.4.9), it crashes on ImageDimension class with unhandled exception.  

 Fresh svg file without dimensions can not be uploaded in filelist module. 

 !https://forge.typo3.org/attachments/download/35504/test-svg-without-dimensions.svg!

Back