# File lib/scruffy/layers/base.rb, line 63 def render(svg, options = {}) setup_variables(options) coords = generate_coordinates(options) draw(svg, coords, options) end