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

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an