# File lib/rubysdl_compatible_ver1.rb, line 103
      def drawAACircle(x, y, r, color)
        drawCircle(x, y, r, color, false, true)
      end