<div class="wrapper">
<svg width="1500" height="1500">
<circle cx="-1360" cy="187.5" r="1500" stroke="white"
stroke-width="6" fill="#FFD1AE" />
</svg>
</div>
.wrapper {
width: 800px;
height: 375px;
background: #FFEDE0;
border: 1px dashed red;
overflow: hidden;
}
// 效果与css画大圆类似
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.