# File lib/prawn/layout/grid.rb, line 137
      def top
        @top ||= total_height - ((height + grid.row_gutter) * @i.to_f)
      end