开发者

What does "C" mean in an SVG path?

开发者 https://www.devze.com 2022-12-25 15:28 出处:网络
path fill=\"none\" stroke=\"#000000\" d=\"M151.5,85.5c0-36.48,29.52-66,66-66\" Ca开发者_JAVA百科n anyone explain d=\"\" in detail? I\'m able to understand M tag but I can\'t understand what C tag is
path fill="none" stroke="#000000" d="M151.5,85.5c0-36.48,29.52-66,66-66"

Ca开发者_JAVA百科n anyone explain d="" in detail? I'm able to understand M tag but I can't understand what C tag is? and the details: c0-36.48,29.52-66,66-66


Check the spec. The c is a curve command.


c means the basier curve and then you get three coordinates for B C and D point of the curve the A point is the last point that the line graphic end drawn before calling "c"

0

精彩评论

暂无评论...
验证码 换一张
取 消