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