Class: Emfsvg::Translation::Handlers::PathFlattener::Result
- Inherits:
-
Struct
- Object
- Struct
- Emfsvg::Translation::Handlers::PathFlattener::Result
- Defined in:
- lib/emfsvg/translation/handlers/path_flattener.rb
Instance Attribute Summary collapse
-
#bounds ⇒ Object
Returns the value of attribute bounds.
-
#points ⇒ Object
Returns the value of attribute points.
-
#shape_kind ⇒ Object
Returns the value of attribute shape_kind.
Instance Attribute Details
#bounds ⇒ Object
Returns the value of attribute bounds
14 15 16 |
# File 'lib/emfsvg/translation/handlers/path_flattener.rb', line 14 def bounds @bounds end |
#points ⇒ Object
Returns the value of attribute points
14 15 16 |
# File 'lib/emfsvg/translation/handlers/path_flattener.rb', line 14 def points @points end |
#shape_kind ⇒ Object
Returns the value of attribute shape_kind
14 15 16 |
# File 'lib/emfsvg/translation/handlers/path_flattener.rb', line 14 def shape_kind @shape_kind end |