Add crashtest

This commit is contained in:
jruderman@hmc.edu 2008-02-03 22:02:38 -08:00
parent 1b5588a6cc
commit 20c9b9def0
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<filter id="filter1">
<feImage width="0"/>
<feTile/>
</filter>
<rect width="100%" height="100%" filter="url(#filter1)"/>
</svg>

After

Width:  |  Height:  |  Size: 219 B

View File

@ -29,3 +29,4 @@ load 410659-1.svg
load 410659-2.svg
load 410659-3.svg
load 412104-1.svg
load 414188-1.svg