Magick::RVG::Shape
Define an SVG path. The argument can be either a path string or a PathData object. Use the RVG::ShapeConstructors#path method to create Path objects in a container.
# File lib/rvg/embellishable.rb, line 78 def initialize(path) super() @primitive = :path @args = [path.to_s] end
Generated with the Darkfish Rdoc Generator 2.