C大仙+S大仙指令下实现的三次平滑贝塞尔曲线实例页面
回到相关文章 »代码:
HTML代码:
<svg id="svg" width="200" height="100"> <desc>三次贝塞尔平滑曲线</desc><defs></defs> <path d="M20 20 C90 40 130 40 180 20 S250 60 280 20" stroke="#000000" fill="none" style="stroke-width: 2px;"></path> <text x="90" y="60">A杯罩</text> <text x="230" y="60">赘肉小肚子</text> </svg>