Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / filters / fecomposite-two-regions.svg
index 786ae89..628067e 100644 (file)
     <g id="rectpair">
       <rect x="10" y="10" width="60" height="60" fill="rgb(0, 0, 128)" />
     </g>
-    <filter id="in" x="0" y="0" width="100" height="100">
+    <filter id="in" filterUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
       <feFlood x="40" y="40" width="60" height="60" flood-color="rgb(0, 128, 0)" />
       <feComposite in="SourceGraphic" operator="in"/>
     </filter>
-    <filter id="out" x="0" y="0" width="100" height="100">
+    <filter id="out" filterUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
       <feFlood x="40" y="40" width="60" height="60" flood-color="rgb(0, 128, 0)" />
       <feComposite in="SourceGraphic" operator="out"/>
     </filter>
-    <filter id="atop" x="0" y="0" width="100" height="100">
+    <filter id="atop" filterUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
       <feFlood x="40" y="40" width="60" height="60" flood-color="rgb(0, 128, 0)" />
       <feComposite in="SourceGraphic" operator="atop"/>
     </filter>
-    <filter id="over" x="0" y="0" width="100" height="100">
+    <filter id="over" filterUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
       <feFlood x="40" y="40" width="60" height="60" flood-color="rgb(0, 128, 0)" />
       <feComposite in="SourceGraphic" operator="over"/>
     </filter>
-    <filter id="xor" x="0" y="0" width="100" height="100">
+    <filter id="xor" filterUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
       <feFlood x="40" y="40" width="60" height="60" flood-color="rgb(0, 128, 0)" />
       <feComposite in="SourceGraphic" operator="xor"/>
     </filter>
-    <filter id="arithmetic_k4" x="0" y="0" width="100" height="100">
+    <filter id="arithmetic_k4" filterUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
       <feFlood x="40" y="40" width="60" height="60" flood-color="rgb(0, 128, 0)" />
       <feComposite in="SourceGraphic" operator="arithmetic" k1="0.75" k4="0.25" x="0" y="0" width="100" height="100"/>
     </filter>
-    <filter id="arithmetic_k3" x="0" y="0" width="100" height="100">
+    <filter id="arithmetic_k3" filterUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
       <feFlood x="40" y="40" width="60" height="60" flood-color="rgb(0, 128, 0)" />
       <feComposite in="SourceGraphic" operator="arithmetic" k3="1" x="0" y="0" width="100" height="100"/>
     </filter>
-    <filter id="arithmetic_k2" x="0" y="0" width="100" height="100">
+    <filter id="arithmetic_k2" filterUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
       <feFlood x="40" y="40" width="60" height="60" flood-color="rgb(0, 128, 0)" />
       <feComposite in="SourceGraphic" operator="arithmetic" k2="1" x="0" y="0" width="100" height="100"/>
     </filter>
-    <filter id="arithmetic_k1" x="0" y="0" width="100" height="100">
+    <filter id="arithmetic_k1" filterUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
       <feFlood x="40" y="40" width="60" height="60" flood-color="rgb(0, 128, 0)" />
       <feComposite in="SourceGraphic" operator="arithmetic" k1="1" x="0" y="0" width="100" height="100"/>
     </filter>