Method: Markdoc::Sequence::Parser#defaults
- Defined in:
- lib/markdoc/sequence.rb
#defaults ⇒ Object
71 72 73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/markdoc/sequence.rb', line 71 def defaults { boxht: '0.5', # Object box height boxwid: '1.3', # Object box width awid: '0.1', # Active lifeline width spacing: '0.25', # Spacing between messages movewid: '0.75', # Spacing between objects dashwid: '0.05', # Interval for dashed lines maxpswid: '20', # Maximum width of picture maxpsht: '20', # Maximum height of picture underline: '0', # Underline the name of objects } end |