зеркало из https://github.com/mozilla/gecko-dev.git
Add SVG reftest dir
This commit is contained in:
Родитель
203839a8b5
Коммит
dff1bb81cc
|
@ -0,0 +1,8 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||||
|
<rect x="10" y="10" width="100" height="100"/>
|
||||||
|
<rect x="10" y="120" width="100" height="100"/>
|
||||||
|
<rect x="120" y="10" width="100" height="100" rx="30" ry="30"/>
|
||||||
|
<rect x="120" y="120" width="100" height="100" rx="30" ry="30"/>
|
||||||
|
<circle cx="280" cy="60" r="50"/>
|
||||||
|
<circle cx="280" cy="170" r="50"/>
|
||||||
|
</svg>
|
После Ширина: | Высота: | Размер: 372 B |
|
@ -0,0 +1,8 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||||
|
<rect x="10" y="10" width="100" height="100" rx="30" ry="0"/>
|
||||||
|
<rect x="10" y="120" width="100" height="100" rx="0" ry="30"/>
|
||||||
|
<rect x="120" y="10" width="100" height="100" rx="30"/>
|
||||||
|
<rect x="120" y="120" width="100" height="100" ry="30"/>
|
||||||
|
<rect x="230" y="10" width="100" height="100" rx="70"/>
|
||||||
|
<rect x="230" y="120" width="100" height="100" ry="70"/>
|
||||||
|
</svg>
|
После Ширина: | Высота: | Размер: 431 B |
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
== 111993.svg 111993-ref.svg
|
Загрузка…
Ссылка в новой задаче