Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / clip-path / clip-path-text.svg
blobe4722fd755e505258b2062fe57bbaa3478fd96df
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <defs>
3 <clipPath id="clip">
4 <text x="100" y="130" style="font-size:60px;font-weight:bold;">CLIP</text>
5 </clipPath>
6 </defs>
8 <rect x="40" y="40" height="300" width="300" style="fill:green;clip-path:url(#clip);"/>
9 </svg>