Class: Yass::Declarations::ClipPath::ShapeCommandSmoothCubic

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

Constant Summary collapse

RUBY_METHODS =
%i(control2 kind point).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2451
2452
2453
# File 'lib/yass/declarations.rb', line 2451

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

#kindObject



2455
2456
2457
# File 'lib/yass/declarations.rb', line 2455

def kind
  :shape_command_smooth_cubic
end