Method: Archimate::Svg::Entity::Note#initialize
- Defined in:
- lib/archimate/svg/entity/note.rb
#initialize(child, bounds_offset) ⇒ Note
Returns a new instance of Note.
7 8 9 10 11 |
# File 'lib/archimate/svg/entity/note.rb', line 7 def initialize(child, bounds_offset) super @background_class = "archimate-note-background" @text_align = "left" end |