ラジアル勾配:SVG - 私はこの(2色ラジアル勾配、滑らかな縁部を有するS字状の切り欠き)のようなSVGの背景画像を作成しようとしている滑らかなエッジ切欠
にです放射状のグラデーションを作成するのはとても簡単(例えばthis toolを使用して):
<!-- SVG syntax -->
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1 1" preserveAspectRatio="none">
<radialGradient id="g920" gradientUnits="userSpaceOnUse" cx="5.408560311284047%" cy="0%" r="93.04166277718278%">
<stop stop-color="#ed1c24" offset="0.1"/><stop stop-color="#003663" offset="1"/>
</radialGradient>
<rect x="-50" y="-50" width="101" height="101" fill="url(#g920)" />
</svg>
が、それは可能ですが、あまりにもカットアウトを追加しますか?