# File lib/pdf/writer/graphics.rb, line 227 227: def circle_at(x, y, r) 228: ellipse_at(x, y, r, r) 229: end