Class: Yass::Declarations::ClipPath::RelativeControlPoint

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

Constant Summary collapse

RUBY_METHODS =
%i(coord kind reference).freeze

Instance Method Summary collapse

Methods included from Node

#to_h

Instance Method Details

#accept(visitor) ⇒ Object



2605
2606
2607
# File 'lib/yass/declarations.rb', line 2605

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

#kindObject



2609
2610
2611
# File 'lib/yass/declarations.rb', line 2609

def kind
  :relative_control_point
end