Update CSS tests to revision b9c63d615a65c4d96f26969bcd504d4e1c3cdab8
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="100">
|
||||
<rect x="0" y="0" width="50" height="100" fill="blue" fill-opacity="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 146 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
|
||||
<rect x="0" y="0" width="50" height="50" fill="blue" fill-opacity="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 144 B |
After Width: | Height: | Size: 39 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="blue" fill-opacity="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 125 B |
|
@ -1,4 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
<rect x="0" y="0" width="100%" height="50%" fill="blue" fill-opacity="0"/>
|
||||
<rect x="0" y="50" width="100%" height="50%" fill="blue" fill-opacity="1"/>
|
||||
<rect x="0" y="50%" width="100%" height="50%" fill="blue" fill-opacity="1"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 217 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="RGB(238,238,255)" fill-opacity="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 137 B |
After Width: | Height: | Size: 39 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="lime" fill-opacity="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 125 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="RGB(73,73,255)" fill-opacity="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 135 B |
|
@ -0,0 +1,8 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
<defs>
|
||||
<mask id="mask" mask-type="alpha">
|
||||
<rect x="0" y="0" width="100" height="50" fill-opacity="1"/>
|
||||
<rect x="0" y="50" width="100" height="50" fill-opacity="0"/>
|
||||
</mask>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 266 B |
After Width: | Height: | Size: 39 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="red" fill-opacity="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 124 B |
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0" y="0" width="100%" height="100%" fill="RGB(201,201,255)" fill-opacity="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 137 B |
|
@ -1,4 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
<rect x="0" y="0" width="100%" height="50%" fill="blue" fill-opacity="1"/>
|
||||
<rect x="0" y="50" width="100%" height="50%" fill="blue" fill-opacity="0"/>
|
||||
<rect x="0" y="50%" width="100%" height="50%" fill="blue" fill-opacity="0"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 216 B After Width: | Height: | Size: 217 B |