seeksvc Search tools, solutions, libraries…
otm.github.io icon
svg.path.js Open source · MIT
SVG path drawing and animation with chainable path commands.
Visit website ↗
Introduction
svg.path.js shows SVG path drawing and animation through chainable path commands.
## Animate
```js
.M(10, 10)
.L(150, 10)
.L({x:150, y:150})
.Z()
.drawAnimated()
.M(10, 10)
.L(150, 10)
.L({x:150, y:150})
.Z()
.drawAnimated({
delay: 1000
})
.M(10, 10)
.L(150, 10)
.L({x:150, y:150})
.Z()
.drawAnimated({
duration: 5000,
easing: '=',
delay: 2000
})
```
## Path commands shown
- Moveto: `M(10, 10)`, `.m(-10, -10)`
- Lineto: `.L(150, 150)`, `.l(140, 140)`, `.H(150)`, `.h(140)`, `.V(150)`, `.v(140)`
- Curveto: `.C(...)`, `.c(...)`, `.Q(...)`, `.q(...)`, `.S(...)`, `.s(...)`, `.T(...)`, `.t(...)`
- Arcto: `.A(150, 150, 0, 0, 0, {x:150, y:80})`
- Closepath: `.Z();`
The available first-hand material is example-focused and does not state database, backend, server, WeChat ecosystem, China cloud, or payment integration requirements.
SVG pathsPath animationJavaScriptMovetoLinetoCurvetoArctoClosepath
Screenshots
svg.path.js · 首页
Deployment
官方网站
访问官网获取并按指引使用
Details
Type Open-source software
License MIT
Last verified 2026-07-18
Ad slot 300 × 250 Ad
About the data
Stars / commit times sync automatically from the GitHub API; pricing and features are human-verified.
seeksvc
一个可查询的宝藏收藏库:开源与闭源软件、开发库与完整解决方案。
© 2026 seeksvc · Manually verified, continuously updated