# File lib/prawn/document/bounding_box.rb, line 392
      def height  
        return @height if @height
        @stretched_height = [(absolute_top - @parent.y), @stretched_height.to_f].max
      end