Add some crashtests for feImage

This commit is contained in:
jruderman@hmc.edu 2008-01-07 21:20:28 -08:00
Родитель f262ebd385
Коммит 8e5ad8e99a
4 изменённых файлов: 60 добавлений и 0 удалений

Просмотреть файл

@ -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>

После

Ширина:  |  Высота:  |  Размер: 432 B

Просмотреть файл

@ -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>

После

Ширина:  |  Высота:  |  Размер: 358 B

Просмотреть файл

@ -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>

После

Ширина:  |  Высота:  |  Размер: 447 B

Просмотреть файл

@ -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