跳到主要内容

2 篇博文 含有标签「SVG」

查看所有标签

Bezier Curves

· 阅读需 8 分钟
Kimi Gao
Fullstack & AI

The path element features quite a number of these commands. There are two that are relevant for our purposes:

  • Q, which instructs the path to create a quadratic Bézier curve.
  • C, which instructs the path to create a cubic Bézier curve.

Online practice site: https://bezier.method.ac