| Index: LayoutTests/svg/stroke/stroke-array-ch-type.svg
|
| diff --git a/LayoutTests/svg/stroke/stroke-array-rem-type.svg b/LayoutTests/svg/stroke/stroke-array-ch-type.svg
|
| similarity index 69%
|
| copy from LayoutTests/svg/stroke/stroke-array-rem-type.svg
|
| copy to LayoutTests/svg/stroke/stroke-array-ch-type.svg
|
| index 0fbe7a0d523859c613d415770d0d1cff0d73ef49..cc95ba0af2a41565449b3975174f0f59b7b574a1 100644
|
| --- a/LayoutTests/svg/stroke/stroke-array-rem-type.svg
|
| +++ b/LayoutTests/svg/stroke/stroke-array-ch-type.svg
|
| @@ -1,5 +1,5 @@
|
| -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="300" width="300" style="font-size:20px">
|
| - <g fill="none" stroke="black" stroke-width="4" style="font-size:5px">
|
| - <path stroke-dasharray="5rem,5rem" d="M5 20 l215 0" />
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="300" width="300" style="font-size:20px; font-family:serif">
|
| + <g fill="none" stroke="black" stroke-width="4" style="font-size:10px">
|
| + <path stroke-dasharray="5ch,5ch" d="M5 20 l215 0" />
|
| </g>
|
| </svg>
|
|
|