Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / use-on-symbol-inside-pattern.svg
index 2532b60..7b4b092 100644 (file)
@@ -1,36 +1,36 @@
-<!-- georg held -->\r
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" width="225" height="425">\r
-       <title>pattern</title>\r
-       <defs>\r
-               <symbol id="coniferous" overflow="visible" style="fill:none;stroke:green;stroke-width:2">\r
-                       <path d="M0 -15 l0 30"/>\r
-                       <path d="M0 -15 q0 3.5 5 3.5"/>\r
-                       <path d="M0 -15 q0 3.5 -5 3.5"/>\r
-                       <path d="M0 -9 q0 6 8 6"/>\r
-                       <path d="M0 -9 q0 6 -8 6"/>\r
-                       <path d="M0 0 q0 7 10 7"/>\r
-                       <path d="M0 0 q0 7 -10 7"/>             \r
-               </symbol>\r
-               <symbol id="broadLeave" overflow="visible" style="fill:none;stroke:green;stroke-width:2;">\r
-                       <path d="M0 15 l0 -10"/>\r
-                       <path d="M0 5 a6 6 0 1 1 -3.5 -10 a6 6 0 1 1 7 0 a6 6 0 1 1 -3.5 10z"/>\r
-               </symbol>\r
-\r
-               <pattern id="pat00" patternUnits="userSpaceOnUse" width="30" height="45">\r
-                       <use xlink:href="#coniferous" transform="translate(10,15) scale(0.75)"/>\r
-               </pattern>\r
-               <pattern id="pat01" patternUnits="userSpaceOnUse" width="30" height="45">\r
-                       <use xlink:href="#broadLeave" transform="translate(15,20) scale(0.5)"/>\r
-               </pattern>\r
-\r
-               <path id="geometry" style="fill-rule:nonzero;stroke:#B42D25;stroke-width:2;" d="M0 50 l100 -50 100 20 -50 50 -100 20z"/>\r
-       </defs>\r
-       <g transform="translate(10,10)">\r
-               <text x="0" y="10">coniferous</text>\r
-               <use xlink:href="#geometry" style="fill:url(#pat00)"/>\r
-       </g>\r
-       <g transform="translate(10,110)">\r
-               <text x="0" y="10">broadLeave</text>\r
-               <use xlink:href="#geometry" style="fill:url(#pat01)"/>\r
-       </g>\r
-</svg>\r
+<!-- georg held -->
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" width="225" height="425">
+       <title>pattern</title>
+       <defs>
+               <symbol id="coniferous" overflow="visible" style="fill:none;stroke:green;stroke-width:2">
+                       <path d="M0 -15 l0 30"/>
+                       <path d="M0 -15 q0 3.5 5 3.5"/>
+                       <path d="M0 -15 q0 3.5 -5 3.5"/>
+                       <path d="M0 -9 q0 6 8 6"/>
+                       <path d="M0 -9 q0 6 -8 6"/>
+                       <path d="M0 0 q0 7 10 7"/>
+                       <path d="M0 0 q0 7 -10 7"/>             
+               </symbol>
+               <symbol id="broadLeave" overflow="visible" style="fill:none;stroke:green;stroke-width:2;">
+                       <path d="M0 15 l0 -10"/>
+                       <path d="M0 5 a6 6 0 1 1 -3.5 -10 a6 6 0 1 1 7 0 a6 6 0 1 1 -3.5 10z"/>
+               </symbol>
+
+               <pattern id="pat00" patternUnits="userSpaceOnUse" width="30" height="45">
+                       <use xlink:href="#coniferous" transform="translate(10,15) scale(0.75)"/>
+               </pattern>
+               <pattern id="pat01" patternUnits="userSpaceOnUse" width="30" height="45">
+                       <use xlink:href="#broadLeave" transform="translate(15,20) scale(0.5)"/>
+               </pattern>
+
+               <path id="geometry" style="fill-rule:nonzero;stroke:#B42D25;stroke-width:2;" d="M0 50 l100 -50 100 20 -50 50 -100 20z"/>
+       </defs>
+       <g transform="translate(10,10)">
+               <text x="0" y="10">coniferous</text>
+               <use xlink:href="#geometry" style="fill:url(#pat00)"/>
+       </g>
+       <g transform="translate(10,110)">
+               <text x="0" y="10">broadLeave</text>
+               <use xlink:href="#geometry" style="fill:url(#pat01)"/>
+       </g>
+</svg>