Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / clip-path / clip-path-text-and-stroke.svg
blob0cf8f13ffe164d8cba4b3a9be12bf329c6b285f3
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" style="font-size:80px;font-weight:bold;fill:none;stroke-width:10;stroke:red;">CLIP</text>
6 </clipPath>
7 </defs>
8 <rect x="40" y="40" height="300" width="300" style="fill:green;clip-path:url(#clip);"/>
9 </svg>