You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I want to use a SVG image in a Text & Images content element with specified dimensions (imagewidth & imageheight fields) but the dimensions height and width are still the original dimensions in the JSON output. No issue with other image formats.
To Reproduce
Create a "Text & Images" content element
Add a SVG image
Modify image dimensions
See the dimensions height and width in the JSON output
Expected behavior
The dimensions height and width should be corresponding to the new dimensions of the SVG image.
TYPO3 version and TYPO3 Headless version
TYPO3 11.5.38
EXT:headless 3.4.2
Additional context
PHP 8.3
The text was updated successfully, but these errors were encountered:
Hi @davidlemaitre in previous versions of TYP3 we had as far as I remember some issues with processing of SVG files, so we added check for not processing SVG files and it stuck for next versions, I created small PoC with additional flag for processing. In latest 4.x releases, I added same flag to process SVG if needed.
Describe the bug
I want to use a SVG image in a Text & Images content element with specified dimensions (imagewidth & imageheight fields) but the dimensions height and width are still the original dimensions in the JSON output. No issue with other image formats.
To Reproduce
Expected behavior
The dimensions height and width should be corresponding to the new dimensions of the SVG image.
TYPO3 version and TYPO3 Headless version
TYPO3 11.5.38
EXT:headless 3.4.2
Additional context
PHP 8.3
The text was updated successfully, but these errors were encountered: