зеркало из https://github.com/mozilla/gecko-dev.git
Add some crashtests for feImage
This commit is contained in:
Родитель
f262ebd385
Коммит
8e5ad8e99a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче