# File lib/prawn/svg/interface.rb, line 42
      def draw
        prawn.bounding_box(@options[:at], :width => @document.width, :height => @document.height) do
          prawn.save_graphics_state do
            proc_creator(prawn, Parser.new(@document).parse).call
          end
        end
      end