# File lib/rvg/misc.rb, line 708
        def translate(tx, ty)
            tx, ty = Magick::RVG.convert_to_float(tx, ty)
            @gc.translate(tx, ty)
            @tx, @ty = tx, ty
            concat_matrix()
            nil
        end