Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / svg / custom / use-clipped-transform.svg
blob8884251894013e97210c514a8ab4ee0d95b0d80c
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg
3 xmlns:svg="http://www.w3.org/2000/svg"
4 xmlns="http://www.w3.org/2000/svg"
5 xmlns:xlink="http://www.w3.org/1999/xlink"
6 version="1.0">
7 <rect fill="red" x="0" y="0" width="200" height="200" />
8 <rect x="200" y="0" fill="none" width="200" height="200" transform="translate(-200,0)" id="crect" />
9 <clipPath id="clip"><use xlink:href="#crect" /></clipPath>
10 <rect fill="green" stroke="none" x="0" y="0" width="400" height="200" clip-path="url(#clip)" />
11 </svg>