| Index: LayoutTests/css3/filters/effect-reference-composite-hw.html
|
| diff --git a/LayoutTests/css3/filters/effect-reference-composite-hw.html b/LayoutTests/css3/filters/effect-reference-composite-hw.html
|
| index c87fb6415f30f17db8993e9da79700f6b1492b53..829ed512e2e60b5ac03603fdecfa513a4cde1e7c 100644
|
| --- a/LayoutTests/css3/filters/effect-reference-composite-hw.html
|
| +++ b/LayoutTests/css3/filters/effect-reference-composite-hw.html
|
| @@ -1,61 +1,61 @@
|
| <svg xmlns="http://www.w3.org/2000/svg" width="0" height="0" version="1.1">
|
| <defs>
|
| - <filter id="over" color-interpolation-filters="sRGB">
|
| + <filter id="over" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
|
| <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
|
| <feOffset dx="10" dy="10"/>
|
| <feComposite in2="transp" operator="over"/>
|
| </filter>
|
| - <filter id="in" color-interpolation-filters="sRGB">
|
| + <filter id="in" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
|
| <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
|
| <feOffset dx="10" dy="10"/>
|
| <feComposite in2="transp" operator="in"/>
|
| </filter>
|
| - <filter id="out" color-interpolation-filters="sRGB">
|
| + <filter id="out" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
|
| <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
|
| <feOffset dx="10" dy="10"/>
|
| <feComposite in2="transp" operator="out"/>
|
| </filter>
|
| - <filter id="atop" color-interpolation-filters="sRGB">
|
| + <filter id="atop" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
|
| <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
|
| <feOffset dx="10" dy="10"/>
|
| <feComposite in2="transp" operator="atop"/>
|
| </filter>
|
| - <filter id="xor" color-interpolation-filters="sRGB">
|
| + <filter id="xor" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
|
| <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
|
| <feOffset dx="10" dy="10"/>
|
| <feComposite in2="transp" operator="xor"/>
|
| </filter>
|
| - <filter id="arithmetic" color-interpolation-filters="sRGB">
|
| + <filter id="arithmetic" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
|
| <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
|
| <feOffset dx="10" dy="10"/>
|
| <feComposite in2="transp" operator="arithmetic" k1="0" k2="1" k3="1" k4="0"/>
|
| </filter>
|
| - <filter id="over-subregion" color-interpolation-filters="sRGB">
|
| + <filter id="over-subregion" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
|
| <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
|
| <feOffset dx="10" dy="10"/>
|
| <feComposite in2="transp" operator="over" x="20" y="20" width="120" height="50"/>
|
| </filter>
|
| - <filter id="in-subregion" color-interpolation-filters="sRGB">
|
| + <filter id="in-subregion" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
|
| <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
|
| <feOffset dx="10" dy="10"/>
|
| <feComposite in2="transp" operator="in" x="20" y="20" width="120" height="50"/>
|
| </filter>
|
| - <filter id="out-subregion" color-interpolation-filters="sRGB">
|
| + <filter id="out-subregion" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
|
| <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
|
| <feOffset dx="10" dy="10"/>
|
| <feComposite in2="transp" operator="out" x="20" y="20" width="120" height="50"/>
|
| </filter>
|
| - <filter id="atop-subregion" color-interpolation-filters="sRGB">
|
| + <filter id="atop-subregion" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
|
| <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
|
| <feOffset dx="10" dy="10"/>
|
| <feComposite in2="transp" operator="atop" x="20" y="20" width="120" height="50"/>
|
| </filter>
|
| - <filter id="xor-subregion" color-interpolation-filters="sRGB">
|
| + <filter id="xor-subregion" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
|
| <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
|
| <feOffset dx="10" dy="10"/>
|
| <feComposite in2="transp" operator="xor" x="20" y="20" width="120" height="50"/>
|
| </filter>
|
| - <filter id="arithmetic-subregion" color-interpolation-filters="sRGB">
|
| + <filter id="arithmetic-subregion" color-interpolation-filters="sRGB" x="0%" y="0%" width="115%" height="115%">
|
| <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.5 0" result="transp"/>
|
| <feOffset dx="10" dy="10"/>
|
| <feComposite in2="transp" operator="arithmetic" k1="0" k2="1" k3="1" k4="0" x="20" y=20" width="120" height="50"/>
|
|
|