Class: Ea::Svg::EaEmitter::Marker::Registry::Spec

Inherits:
Struct
  • Object
show all
Defined in:
lib/ea/svg/ea_emitter/marker/registry.rb

Overview

Spec carries the geometry recipe for a single marker emission. Renderers consume it.

Instance Attribute Summary collapse

Instance Attribute Details

#anchorObject

Returns the value of attribute anchor

Returns:

  • (Object)

    the current value of anchor



37
38
39
# File 'lib/ea/svg/ea_emitter/marker/registry.rb', line 37

def anchor
  @anchor
end

#baseObject

Returns the value of attribute base

Returns:

  • (Object)

    the current value of base



37
38
39
# File 'lib/ea/svg/ea_emitter/marker/registry.rb', line 37

def base
  @base
end

#shapeObject

Returns the value of attribute shape

Returns:

  • (Object)

    the current value of shape



37
38
39
# File 'lib/ea/svg/ea_emitter/marker/registry.rb', line 37

def shape
  @shape
end