Reftest for a simple clip-path

This commit is contained in:
longsonr@gmail.com 2007-04-24 02:14:42 -07:00
parent 4b7db8e4dd
commit cb1b05eaa0
2 changed files with 16 additions and 0 deletions

View File

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

After

Width:  |  Height:  |  Size: 329 B

View File

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