File: ex41.signalling

package info (click to toggle)
msc-generator 8.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180,484 kB
  • sloc: cpp: 129,931; yacc: 23,655; ansic: 7,464; sh: 5,026; makefile: 948
file content (5 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (3)
1
2
3
4
5
##Entity positioning
##entity position horizontal
##Use the 'pos' attribute to manually adjust spacing between entities. By default each entity is spaced apart by one unit of distance. This can be modified by the 'pos' attribute, e.g., -0.25 means that the entity is only spaced by 0.75 units of distance from the previous one. The unit of distance defaults to 130 pixels and can be scaled by the hscale chart option.
A, B [pos=-0.25], C [pos=+0.25], D;
A->B-C-D;