Slide 13
Slide 13 text
Lines, Curves, and Path
Polyline(x, y []int, s ...string)
Line(x1, y1, x2, y2 int, s ...string)
Arc(sx sy, ax, ay, r int, large, sweep bool, ex ey int, s ...string)
Bezier(sx, sy, cx, cy, px, py, ex, ey int, s ...string)
Path(d string, s ...string)
Qbez(sx, sy, cx, cy, ex, ey int, s ...string)