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