曲線を描く操作を表すパスデータです。
Cairo::PathCurveTo.new(x1, y1, x2, y2, x3, y3)
Cairo::PathCurveTo.new(point1, point2, point3)