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