Releases: d3/d3-path
Releases · d3/d3-path
v0.1.0
- Removed path.beginPath; it’s not part of the CanvasPathMethods API.
v0.0.2
- Add path.beginPath.
- Fix various bugs in path.arc and path.arcTo.
- Fix path.closePath when the path is empty.
- Fix
instanceof path
. - Add tests and documentation.