Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / fractional-rects.svg
blob381ab7d87643c34d5b8954064b789763f31e973f
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.5"
7 height="500.5">
8 <rect
9 width="400.4"
10 height="400.4"
11 ry="50.1222"
12 x="50.25353"
13 y="50.3333"
14 style="fill:#00ff00;fill-opacity:1;stroke:none"
15 id="rectWithNoRx" />
16 <rect
17 width="200.35"
18 height="300.345"
19 rx="35.55"
20 ry="150.98"
21 x="150.90"
22 y="100.33"
23 style="fill:#0000ff;fill-opacity:1;stroke:none"
24 id="rectAsym" />
25 </svg>