gpt4 book ai didi

html - SVG 饼图 : How to draw irregular sized Pie Graphs

转载 作者:太空宇宙 更新时间:2023-11-04 15:21:24 24 4
gpt4 key购买 nike

我正在尝试创建一个 277 度的 SVG 饼图。 我有一些代码可以创建一个看起来正确的饼图,但我不确定我的代码是否首先正确(在正确的位置)以及我是否可以改进它。

左边是我试图重新创建的饼图,右边是我的代码输出: enter image description here enter image description here

我感觉我的尝试有一个中心点太靠右(两条线相交的地方)。这个圆应该是 277 度。我的代码是否正确?如果不正确,如何修复 - 我需要更改什么以及更改为什么值?

<svg width="400" height="400">
<path d="M200,200 h-150,-20 a150,150 0 1,0 150,-150 z"
fill="red" stroke="blue" stroke-width="5" />
</svg>

PS:是否可以只给 SVG 一个度值,因为只说“填充到 277 度”而不是对实际点等使用 trig 会容易得多。

最佳答案

路径正确(运行看结果)

<svg width="400" height="400" id='pie'>
<path d="M200,200 L187,100 A100,100 1 1,1 100,200 z"
fill="red" stroke="blue" stroke-width="2" />
</svg>

关于html - SVG 饼图 : How to draw irregular sized Pie Graphs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8784091/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com