# File lib/bio/graphics/page.rb, line 276
      def draw_span(args)
        Glyph.span(args).each { |g| @svg.add_primitive(g) }
      end