blob: 0ddfab8248765275575e7e557f0929068c0891e1 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<filter id="filter">
<feFlood flood-color="green"/>
</filter>
</defs>
<text x="100" y="100">Die ist ein <tspan filter="url(#filter)">Test</tspan>.</text>
</svg>