Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / rounded-rects.svg
blob433ecd59cd3d6d5a96fdf3239e4e2989cca9ee1f
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 version="1.0"
6 width="500"
7 height="500">
8 <rect
9 width="400"
10 height="400"
11 ry="50"
12 x="50"
13 y="50"
14 style="fill:#00ff00;fill-opacity:1;stroke:none"
15 id="rectWithNoRx" />
16 <rect
17 width="200"
18 height="300"
19 rx="35"
20 ry="150"
21 x="150"
22 y="100"
23 style="fill:#0000ff;fill-opacity:1;stroke:none"
24 id="rectAsym" />
25 </svg>