Index: LayoutTests/svg/stroke/stroke-array-ch-type.svg |
diff --git a/LayoutTests/svg/stroke/stroke-array-ch-type.svg b/LayoutTests/svg/stroke/stroke-array-ch-type.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..70d63f98cdefc6e971dcde72f8a52796b0578d9d |
--- /dev/null |
+++ b/LayoutTests/svg/stroke/stroke-array-ch-type.svg |
@@ -0,0 +1,13 @@ |
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="300" width="300" > |
+ <style type="text/css" > |
+ <![CDATA[ |
+ @font-face { |
+ font-family: Ahem; |
+ src: url(../../resources/Ahem.ttf); |
+ } |
+ ]]> |
+ </style> |
+ <g fill="none" stroke="black" stroke-width="4" style="font-size:10px;font-family:Ahem"> |
+ <path stroke-dasharray="5ch,5ch" d="M5 20 l215 0" /> |
+ </g> |
+</svg> |