class Magick::RVG::Path
def initialize(path)
or a PathData object.
Define an SVG path. The argument can be either a path string
def initialize(path) super() @primitive = :path @args = [path.to_s] end
def initialize(path) super() @primitive = :path @args = [path.to_s] end