Actions
Bug #86299
closedSVG inline rendering ignores stdWrap
Start date:
2018-09-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When rendering a SVG with renderMode = inline the stdWrap settings are ignored. View my example:
lib.logo = COA
lib.logo.10 = SVG
10 {
src = EXT:MYEXT/mysvg.svg
renderMode = inline
stdWrap {
typolink {
parameter.data = leveluid:0
}
wrap = |
}
}
...
Neither the typolink nor the stdWrap.wrap will be parsed.
Actions