# File lib/rubygame/gfx.rb, line 246 def draw_ellipse_a( center, radii, color ) _draw_ellipse( center, radii, color, true, false ) return self end