Add SVG reftest dir

git-svn-id: svn://10.0.0.236/trunk@221954 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jwatt%jwatt.org 2007-03-16 01:36:43 +00:00
parent dc9729938a
commit fdb60d2c2e
3 changed files with 18 additions and 0 deletions

View File

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

After

Width:  |  Height:  |  Size: 372 B

View File

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

After

Width:  |  Height:  |  Size: 431 B

View File

@ -0,0 +1,2 @@
== 111993.svg 111993-ref.svg