Class: Emfsvg::Translation::Handlers::PathFlattener::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/emfsvg/translation/handlers/path_flattener.rb

Instance Attribute Summary collapse

Instance Attribute Details

#boundsObject

Returns the value of attribute bounds

Returns:

  • (Object)

    the current value of bounds



14
15
16
# File 'lib/emfsvg/translation/handlers/path_flattener.rb', line 14

def bounds
  @bounds
end

#pointsObject

Returns the value of attribute points

Returns:

  • (Object)

    the current value of points



14
15
16
# File 'lib/emfsvg/translation/handlers/path_flattener.rb', line 14

def points
  @points
end

#shape_kindObject

Returns the value of attribute shape_kind

Returns:

  • (Object)

    the current value of shape_kind



14
15
16
# File 'lib/emfsvg/translation/handlers/path_flattener.rb', line 14

def shape_kind
  @shape_kind
end