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