Feature #50136
closedImprove SVG handling in filelist
100%
Description
- SVG is missing a image icon (svg_icon.png)
- If you klick at the edit icon the SVG gets rendered as a PNG image. Wouldn't it be better to show the SVG. (svg_edit.png)
- If you klick at the info icon the SVG doesn't show up. (svg_info.png)
Files
Updated by Stephan Bauer over 11 years ago
- File svg_info.png svg_info.png added
- File svg_edit.png svg_edit.png added
- File svg_info.png svg_info.png added
Updated by Philipp Gampe over 11 years ago
- Category set to File Abstraction Layer (FAL)
- Status changed from New to Needs Feedback
It should be possible to implement SVG support. But not all supported browser (by TYPO3 CMS) do support SVG images. Thus we would need some kind of fallback.
This is more than just adding an icon as the rendering of SVN images also needs support in frontend (including possible fallbacks.
You should be able to change the frontend part without changing the core.
Updated by Alexander Opitz almost 11 years ago
- Status changed from Needs Feedback to New
Updated by Sebastian Fischer over 10 years ago
Currently the preview gets rendered as gif on my system.
In list the icon is rendered as t3-icon t3-icon-mimetypes t3-icon-mimetypes-other t3-icon-other-other
Updated by Sebastian Fischer over 10 years ago
Currently the preview gets rendered as gif on my system.
In list the icon is rendered as t3-icon t3-icon-mimetypes t3-icon-mimetypes-other t3-icon-other-other
Updated by Gerrit Code Review over 9 years ago
- Status changed from New 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 http://review.typo3.org/38422
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38422
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38422
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38422
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38422
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38422
Updated by Gerrit Code Review over 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38422
Updated by Frans Saris over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ee634c4f19d2e2cfc0a8d4376763bd1160301119.
Updated by Felix Kopp over 9 years ago
- File page-svg-img.png page-svg-img.png added
Due to fixed with/height parameters in IMG tag the web>page module displays SVG images too wide.
Should we just add the img-responsive class to IMG tag?