# File lib/prawn/svg/document.rb, line 60
  def y(value)
    (@actual_height - (points(value, :y) - @y_offset)) * scale
  end