我使用如下图所示的路径创建弧。这是我的代码
<Path d="M50 50 10 49.99999999999999 A40 40 0 0 1 50 10Z" fill="#81c784" />
<Path d="M50 50 49.99999999999999 90 A40 40 0 0 1 10 49.99999999999999Z" fill="#00838f" />
<Path d="M50 50 50 10 A40 40 0 0 1 49.99999999999999 90Z" fill="#26c6da" />
它需要是透明的,因为我使用背景图像。我尝试使用剪辑路径,但它在外部剪辑弧。
<ClipPath id="clip" >
<Circle
cx="50"
cy="50"
r="20"
/>
</ClipPath>