Class: Idml::Elements::GraphicLine

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/idml/elements/graphic_line.rb

Overview

<GraphicLine> — a straight line page item. Carries stroke attributes and an ItemTransform.

Instance Method Summary collapse

Instance Method Details

#geometric_boundsObject



44
45
46
# File 'lib/idml/elements/graphic_line.rb', line 44

def geometric_bounds
  @geometric_bounds ||= properties.first&.first_geometry&.bounding_box
end