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