# File lib/bio/graphics/page.rb, line 233 def draw_scale Glyph.scale(:start => @scale_start, :stop => @scale_stop, :number_of_intervals => @num_intervals, :page_width => @width).each { |g| @svg.add_primitive(g) } end