File: exC8.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 (9 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
##More block alignment with @
##align leftof rightof above below @ bottom top middle left right center
##The value of 'top', 'bottom', 'middle', 'left', 'right', 'center' attributes can be not only a block (whose respective position is used), but you can also specify some part of that block using the @ symbol. For example, the bottom of 'D' will be aligned to the top of 'A'.##After 'leftof', 'rightof', 'above' and 'below' you can also specify which block to use instead of the previous. For example, 'E' will be left of 'A'.
box A {
    box A, B, C;
}

box D [bottom=A@top];
leftof A box E [middle=A@bottom];