Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / clip-path / clip-path-tspan-and-stroke.svg
blobbeb9c0257bfcf4ec32d836ecfceae758c2af79c1
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <defs>
3 <clipPath id="clip">
4 <!-- fill and stroke properties should be ignored -->
5 <text x="40" y="160" font-size="80" font-weight="bold"><tspan stroke="red" fill="none">CLIP</tspan></text>
6 </clipPath>
7 </defs>
8 <rect x="40" y="40" height="300" width="300" style="fill:green;clip-path:url(#clip);"/>
9 </svg>