зеркало из https://github.com/mozilla/gecko-dev.git
14 строки
404 B
HTML
14 строки
404 B
HTML
<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>
|