зеркало из https://github.com/mozilla/pjs.git
Reftest for a simple clip-path
This commit is contained in:
Родитель
2c70a5e058
Коммит
10c49deffe
|
@ -0,0 +1,15 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
|
||||
<title>Testcase for basic clipPath</title>
|
||||
|
||||
<defs>
|
||||
<clipPath id="clip">
|
||||
<rect width="0%" height="0%"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
|
||||
<rect width="100%" height="100%" fill="lime"/>
|
||||
|
||||
<rect width="100%" height="100%" fill="red" clip-path="url(#clip)"/>
|
||||
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 329 B |
|
@ -1,4 +1,5 @@
|
|||
|
||||
== clip-path.svg pass.svg
|
||||
== foreignObject-01.svg pass.svg
|
||||
== foreignObject-display-01.svg pass.svg
|
||||
== getElementById-a-element-01.svg pass.svg
|
||||
|
|
Загрузка…
Ссылка в новой задаче