Files
librsvg/rsvg/tests/fixtures/render-crash/PixelRectangle-duplicate-crash.svg

8 lines
151 B
XML

<svg>
<filter id="f">
<feConvolveMatrix kernelMatrix="0 0 0 0-0 0 0 0 0"/>
</filter>
<rect width="1" height="1" filter="url(#f)"/>
</svg>