# File lib/pdf/writer/graphics.rb, line 189
189:   def line(x0, y0, x1, y1)
190:     move_to(x0, y0).line_to(x1, y1)
191:   end