Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
1 <html>
2 <head>
3 </head>
4 <body style="background-color: lime;">
5 <svg width="300" height="300"
6 style="border-radius: 200px; overflow: hidden; background-color: red; position: absolute;">
7 <rect width="300" height="300" fill="red"/>
8 </svg>
9 <svg width="300" height="300" style="position: absolute;">
10 <circle cx="150" cy="150" r="155" fill="lime"/>
11 </svg>
12 </body>
13 </html>