# File lib/bio/graphics/page.rb, line 382 def get_markup get_limits draw_scale @tracks.each do |track| draw_features(track) end @svg.draw end