# File lib/rubysdl_compatible_ver1.rb, line 141
      def drawAAEllipse(x, y, rx, ry, color)
        drawEllipse(x, y, rx, ry, color, false, true)
      end