Fix reftest to test fill-opacity as well as opacity as I intended in the first place
git-svn-id: svn://10.0.0.236/trunk@221992 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
|
||||
<!-- test gradient -->
|
||||
<rect width="25%" height="100%" fill="url(#g)" opacity="0"/>
|
||||
<rect x="25%" width="25%" height="100%" fill="url(#g)" opacity="0"/>
|
||||
<rect x="25%" width="25%" height="100%" fill="url(#g)" fill-opacity="0"/>
|
||||
|
||||
<!-- test pattern as a bonus -->
|
||||
<rect x="50%" width="25%" height="100%" fill="url(#p)" opacity="0"/>
|
||||
<rect x="75%" width="25%" height="100%" fill="url(#p)" opacity="0"/>
|
||||
<rect x="75%" width="25%" height="100%" fill="url(#p)" fill-opacity="0"/>
|
||||
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 749 B After Width: | Height: | Size: 759 B |
Reference in New Issue
Block a user