Chromium Code Reviews| Index: LayoutTests/svg/stroke/non-scaling-stroke-attribute-text.svg |
| diff --git a/LayoutTests/svg/stroke/non-scaling-stroke-attribute-text.svg b/LayoutTests/svg/stroke/non-scaling-stroke-attribute-text.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9a0d04410e7d21d53df4f270d787abb0c087529d |
| --- /dev/null |
| +++ b/LayoutTests/svg/stroke/non-scaling-stroke-attribute-text.svg |
| @@ -0,0 +1,5 @@ |
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
|
fs
2015/04/22 12:15:54
You don't need to open the xlink NS. Also, I think
Shanmuga Pandi
2015/04/22 13:08:35
Done.
|
| + <g transform="scale(2 2)"> |
| + <text x="0" y="50" stroke="blue" stroke-width="2" fill="none" vector-effect="non-scaling-stroke" font-size="36">Hello</text> |
| + </g> |
| +</svg> |