class Magick::RVG::Path
Public Class Methods
Source
# File lib/rvg/embellishable.rb, line 68 def initialize(path) super() @primitive = :path @args = [path.to_s] end
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.
Calls superclass method
Magick::RVG::Transformable::new