Class: Idml::Render::WrapContour::Shape

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



16
17
18
# File 'lib/idml/render/wrap_contour.rb', line 16

def offset
  @offset
end

#polygonsObject

Returns the value of attribute polygons

Returns:

  • (Object)

    the current value of polygons



16
17
18
# File 'lib/idml/render/wrap_contour.rb', line 16

def polygons
  @polygons
end