Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / stroke / non-scaling-stroke-text-decoration.html
blob505acbef89465a78e4e92359421a79012b8a5515
1 <!DOCTYPE html>
2 <svg>
3 <g transform="scale(2 2)">
4 <text x="0" y="50" stroke="blue" stroke-width="2" fill="none" vector-effect="non-scaling-stroke" font-size="36" text-decoration="underline">Hello</text>
5 </g>
6 </svg>