Mypal/layout/reftests/svg/border-radius-01.html

14 lines
404 B
HTML
Raw Normal View History

2019-03-11 03:26:37 -07:00
<html>
<head>
</head>
<body style="background-color: lime;">
<svg width="300" height="300"
style="border-radius: 200px; overflow: hidden; background-color: red; position: absolute;">
<rect width="300" height="300" fill="red"/>
</svg>
<svg width="300" height="300" style="position: absolute;">
<circle cx="150" cy="150" r="155" fill="lime"/>
</svg>
</body>
</html>