: () -> Array
110 111 112 113 114 115
# File 'lib/pdf/reader/page.rb', line 110 def origin rect = Rectangle.new(*attributes[:MediaBox]) rect.apply_rotation(rotate) if rotate > 0 rect.bottom_left end