Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / pattern-incorrect-tiling.svg
index 19016a4..ba8d133 100644 (file)
@@ -1,12 +1,12 @@
-<svg xmlns="http://www.w3.org/2000/svg"\r
-     xmlns:xlink="http://www.w3.org/1999/xlink">\r
-\r
-<defs>\r
- <pattern id="dot" width="1" height="1">\r
-  <circle cx="20" cy="50" r="10" fill="black" />\r
- </pattern>\r
-</defs>\r
-\r
-<text text-anchor="middle" x="200" y="100">There should be a black dot in the middle of the ellipse</text>\r
-<ellipse cx="200" cy="200" rx="20" ry="50" fill="url(#dot)" stroke="gray" />\r
-</svg>\r
+<svg xmlns="http://www.w3.org/2000/svg"
+     xmlns:xlink="http://www.w3.org/1999/xlink">
+
+<defs>
+ <pattern id="dot" width="1" height="1">
+  <circle cx="20" cy="50" r="10" fill="black" />
+ </pattern>
+</defs>
+
+<text text-anchor="middle" x="200" y="100">There should be a black dot in the middle of the ellipse</text>
+<ellipse cx="200" cy="200" rx="20" ry="50" fill="url(#dot)" stroke="gray" />
+</svg>