# File lib/pdf/writer/graphics.rb, line 216 216: def ecurve(x0, y0, x1, y1, x2, y2) 217: move_to(x0, y0).ecurve_to(x1, y1, x2, y2) 218: end