# File lib/fox16/core.rb, line 623 def fillCircle(x, y, r) fillArc(x-r, y-r, 2*r, 2*r, 0, 360*64) end