GRAPHIF.

SVG Path Builder

Learn the primitive commands used by D3.js to draw lines and curves.

Path Commands (d="")

M x yMove to (starts a new subpath)
L x yLine to (draws a straight line)
C x1 y1, x2 y2, x yCubic curve (two control points)
ZClose path (draws line back to start)