# File lib/pdf/writer/graphics.rb, line 207
207:   def scurve(x0, y0, x1, y1, x2, y2)
208:     move_to(x0, y0).scurve_to(x1, y1, x2, y2)
209:   end