|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<filter id="f">
|
|
<feImage xlink:href="invalid-image.svg"/>
|
|
</filter>
|
|
<rect filter='url(#f)' width="1" height="1"/>
|
|
</svg>
|