Bug #79836
closedfluid f:image SVG processing
100%
Description
Introduced in 8.6, when using SVG files with the f:image view-helper, frontend output is broken.
Seems like the SVG is tried to be processed.
Example frontend rendering:
8.5 >
<img src="/typo3conf/ext/myextension/Resource/Public/Images/image.svg" width="" height="" />
8.6 >
<img src="/typo3_temp/assets/_processed_/#/#/###.svg" width="" height="" />
Files
Updated by Georg Ringer almost 8 years ago
- Status changed from New to Needs Feedback
how to you render those images? using typoscript, fluid_styled_content, ... please add some code to reproduce that
Updated by Patrick Crausaz almost 8 years ago
He renders these images with the Fluid ViewHelper of fluid_styled_content in a Fluid template file. Like this:
<f:image image="{image}" />
Updated by David C. almost 8 years ago
Yes, images are rendered as mentioned in description:
<f:image src="EXT:my_ext/Resources/Public/Images/image.svg" />
Updated by Frans Saris almost 8 years ago
- Status changed from Needs Feedback to Accepted
Breaks also when adding a SVG to a text-media CE. In 7.6 this works. And when cropped a .gif image is created
Updated by Frans Saris almost 8 years ago
- Sprint Focus set to Stabilization Sprint
Updated by Gerrit Code Review almost 8 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51749
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51749
Updated by Frans Saris almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 19ff2d0f1275e1a84e2eb48b63ebd659d0e7671d.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed