PathJS Demo Index
These demos are designed to illustrate specific features of the PathJS library. They are still a work in progress and will improve over time.
Creating Paths
- Build a star using paths and draw it on a canvas.
Path Transforms
- Shows all the transforms that can be applied to a path.
Available Generators
- Shows all the different generators.
Converting Paths
- Demostrates using the adapters to animate, draw on a canvas, and create SVG polygons.
Wrapping Paths
- Using the wrap() method to combine paths.
Using Paths to Animate Elements
- Animating elements along a path.