# File lib/rabbit/renderer/print/layout.rb, line 55 def normalize_x(x) x + @margin_left end
# File lib/rabbit/renderer/print/layout.rb, line 59 def normalize_y(y) base = @margin_bottom if below? base += @margin_top + @margin_bottom + slide_height end y + base end
Generated with the Darkfish Rdoc Generator 2.