File: exG8.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 (15 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
box A: [line.type=double] {
    use fill.color=red+80;
    box a: My;
    *trapezoid b: Love;
    *oval c: is;
    below a+b+c *oval d: Ethernal;
}
use line.color=red;
copy A as B [line.type=dashed];
use line.color=;
below A+B copy A as C {
    use fill.color=red+80;
    replace b box b: Love [text.color=red];
    add before d box: \bNOT [fill.color=green+80];
}