File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -41,28 +41,28 @@ var docDefinition = {
41
41
{ text : 'Hello World' , opacity : 0.6 } ,
42
42
{ text : 'Hello World' , opacity : 0.4 } ,
43
43
{ text : 'Hello World' , opacity : 0.2 } ,
44
- { text : 'Hello World' , opacity : 0.1 } ,
45
- '\n\n Subscript, superscript:' ,
46
- {
47
- text : [
48
- 'Hello World.' ,
49
- {
50
- text : '1, 2' ,
51
- sup : true ,
52
- } ,
53
- ' Let\'s continue our sentence. Notice the leading space.'
54
- ]
55
- } ,
56
- {
57
- text : [
58
- 'Hello' ,
59
- {
60
- text : '1, 2' ,
61
- sub : true ,
62
- } ,
63
- ' World'
64
- ]
65
- }
44
+ { text : 'Hello World' , opacity : 0.1 } ,
45
+ '\n\n Subscript, superscript:' ,
46
+ {
47
+ text : [
48
+ 'Hello World.' ,
49
+ {
50
+ text : '1, 2' ,
51
+ sup : true ,
52
+ } ,
53
+ ' Let\'s continue our sentence. Notice the leading space.'
54
+ ]
55
+ } ,
56
+ {
57
+ text : [
58
+ 'Hello' ,
59
+ {
60
+ text : '1, 2' ,
61
+ sub : true ,
62
+ } ,
63
+ ' World'
64
+ ]
65
+ }
66
66
]
67
67
} ;
68
68
You can’t perform that action at this time.
0 commit comments