| {signal: [ |
| {name:'clk', wave: 'p.....PPPPp....' }, |
| {name:'dat', wave: 'x....2345x.....', data: 'a b c d' }, |
| {name:'req', wave: '0....1...0.....' } |
| ], |
| head: {text: |
| ['tspan', |
| ['tspan', {class:'error h1'}, 'error '], |
| ['tspan', {class:'warning h2'}, 'warning '], |
| ['tspan', {class:'info h3'}, 'info '], |
| ['tspan', {class:'success h4'}, 'success '], |
| ['tspan', {class:'muted h5'}, 'muted '], |
| ['tspan', {class:'h6'}, 'h6 '], |
| 'default ', |
| ['tspan', {fill:'pink', 'font-weight':'bold', 'font-style':'italic'}, 'pink-bold-italic'] |
| ] |
| }, |
| foot: {text: |
| ['tspan', 'E=mc', |
| ['tspan', {dy:'-5'}, '2'], |
| ['tspan', {dy: '5'}, '. '], |
| ['tspan', {'font-size':'25'}, 'B '], |
| ['tspan', {'text-decoration':'overline'},'over '], |
| ['tspan', {'text-decoration':'underline'},'under '], |
| ['tspan', {'baseline-shift':'sub'}, 'sub '], |
| ['tspan', {'baseline-shift':'super'}, 'super '] |
| ],tock:-5 |
| } |
| } |