Bug 619992 - Fix invalid reftest that will fail after this bugs main patches land. r=roc

This commit is contained in:
Robert Longson 2011-04-30 15:03:51 +01:00
parent 0b89051dc5
commit 620172a5cb
2 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,9 @@
</filter>
</defs>
<rect x="20" y="20" width="40" height="20" filter="url(#light)" fill="black" />
<g stroke="black" transform="translate(20 20)">
<rect width="40" height="20" filter="url(#light)" fill="black" stroke="none"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 865 B

View File

@ -18,7 +18,7 @@
</filter>
</defs>
<rect x="20" y="20" width="40" height="20" filter="url(#light)" fill="black" />
<rect x="20" y="20" width="40" height="20" filter="url(#light)" fill="black" stroke="none" />
</svg>

Before

Width:  |  Height:  |  Size: 1012 B

After

Width:  |  Height:  |  Size: 1.0 KiB