# File lib/rvg/misc.rb, line 717
                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