module Magick::RVG::ShapeConstructors
def circle(r, cx=0, cy=0)
def circle(r, cx=0, cy=0) circle = Circle.new(r, cx, cy) @content << circle return circle end
def circle(r, cx=0, cy=0) circle = Circle.new(r, cx, cy) @content << circle return circle end