Class: Yass::Declarations::ClipPath::PathCommandQuadCurve

Inherits:
Object
  • Object
show all
Includes:
Node
Defined in:
lib/yass/declarations.rb

Constant Summary collapse

RUBY_METHODS =
%i(control1 kind point).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2059
2060
2061
# File 'lib/yass/declarations.rb', line 2059

def accept(visitor)
  visitor.visit_declaration_clip_path_path_command_quad_curve(self)
end

#kindObject



2063
2064
2065
# File 'lib/yass/declarations.rb', line 2063

def kind
  :path_command_quad_curve
end