[TYPO3-german] SVG Maske funktioniert nicht
Benjamin Giesbrecht
info at klickundklar.net
Mon May 16 17:15:54 CEST 2016
Hallo zusammen,
Ich habe ein Problem mit einer SVG Maske im Firefox.
Wenn ich folgenden Code in eine HTML Datei kopiere und diese Lokal im Firefox betrachte, funktioniert alles einwandfrei.
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="170" height="200">
<defs>
<mask id="mask">
<ellipse cx="50%" cy="50%" rx="25%" ry="25%" fill="white"></ellipse>
</mask>
</defs>
<image xlink:href="https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/Harry-Potter-1-.jpg" width="170" height="200" mask="url(#mask)"></image>
</svg>
Binde ich den gleichen Code in ein TYPO3 fluid template ein wird nur noch das Bild ohne Maske angezeigt.
Kann mir jemand weiterhelfen?
Gruss Beni
More information about the TYPO3-german
mailing list