# File lib/pdf/writer/graphics.rb, line 755 755: def translate_axis(x, y) 756: add_content("\n1 0 0 1 %.3f %.3f cm" % [ x, y ]) 757: self 758: end