問題タブ [oval]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
swift - UIBezier を使用して楕円形のプログレス バーを描画できますか
迅速に開始角度と終了角度で楕円を描く方法は? init(arcCenter:radius:startAngle:endAngle:clockwise:)
を使用して隙間のある円を描く
方法と同じです。
init(ovaln:)とベジエ曲線と楕円の関係を利用して隙間のある楕円を描いてみました。
しかし、最終的には完全な楕円形しか出てきませんでした。
下の画像のように隙間のある楕円を描くにはどうしたらいいでしょうか?ありがとう!