Add some crashtests for feImage

git-svn-id: svn://10.0.0.236/trunk@242619 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu 2008-01-08 05:20:28 +00:00
parent a719a8a3f1
commit 3e9eb12bb7
4 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<filter id="filter1">
<feImage x="0"
y="0"
width="5%"
height="20%"
result="raster1"
xlink:href="../../../../../testing/crashtest/images/tree.gif" />
</filter>
<rect x="0"
y="0"
width="100%"
height="100%"
filter="url(#filter1)" />
</svg>

After

Width:  |  Height:  |  Size: 432 B

View File

@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<filter id="filter1">
<feImage x="0"
y="0"
width="5%"
height="20%"
result="raster1" />
</filter>
<rect x="0"
y="0"
width="100%"
height="100%"
filter="url(#filter1)" />
</svg>

After

Width:  |  Height:  |  Size: 358 B

View File

@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<filter id="filter1">
<feImage x="0"
y="0"
width="5%"
height="20%"
result="raster1"
xlink:href="../../../../../testing/crashtest/images/tree.gif" />
<feTile />
</filter>
<rect x="0"
y="0"
width="100%"
height="100%"
filter="url(#filter1)" />
</svg>

After

Width:  |  Height:  |  Size: 447 B

View File

@ -25,3 +25,6 @@ load 398926-fill.svg
load 398926-stroke.svg
load 405639-1.svg
load 406361-1.html
load 410659-1.svg
load 410659-2.svg
load 410659-3.svg