# File lib/pdf/writer/graphics.rb, line 146 146: def line_to(x, y) 147: add_content("\n%.3f %.3f l" % [ x, y ]) 148: self 149: end