# File lib/prawn/document/destinations.rb, line 34 def dest_xyz(left, top, zoom=nil, page=@current_page) [page, :XYZ, left, top, zoom] end