File: exG2.block

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 (10 lines) | stat: -rw-r--r-- 744 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
##Vertical arrows
##vertical horizontal arrow routing straight xpos below text
##'row' is an invisible block whose internal is laid out left-to-right by default.##'text' allows you to add a text-only block with no line or fill.##'below' places the next block under the previous one (the unnamed row in this case).##'xpos' sets the left and the right of the block to that of the target (the special name 'prev' in this case refers to the previous block, but you can also use 'next', 'first' and 'last', too.)##The 'vertical' arrow routing style ensures that the arrow is always a straight vertical line between the two blocks.
row {
    box a, b, c, d;
    text: ...; box e;
}
below box BIG: BIG [xpos=prev];

a,b,c,d,e->BIG [routing=vertical];