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