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