Class: Idml::Elements::GraphicLine
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Idml::Elements::GraphicLine
- 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_bounds ⇒ Object
44 45 46 |
# File 'lib/idml/elements/graphic_line.rb', line 44 def geometric_bounds @geometric_bounds ||= properties.first&.first_geometry&.bounding_box end |