Class: Idml::Render::WrapContour::Shape
- Inherits:
-
Struct
- Object
- Struct
- Idml::Render::WrapContour::Shape
- Defined in:
- lib/idml/render/wrap_contour.rb
Overview
A wrap shape: flattened polygons (one per subpath) plus the TextWrapOffset bounds.
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#polygons ⇒ Object
Returns the value of attribute polygons.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
16 17 18 |
# File 'lib/idml/render/wrap_contour.rb', line 16 def offset @offset end |
#polygons ⇒ Object
Returns the value of attribute polygons
16 17 18 |
# File 'lib/idml/render/wrap_contour.rb', line 16 def polygons @polygons end |