File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 47
47
font-family : 'Source Sans Pro' , sans-serif;
48
48
color : var (--defold-white );
49
49
}
50
+
51
+ img {
52
+ width : 100% ;
53
+ }
Original file line number Diff line number Diff line change 6
6
}
7
7
},
8
8
"steps" : [
9
- [" await-log" " editor-log" 1000 " Command 2" ],
10
9
[" screen-capture" " test" ],
11
10
],
12
11
"old" : [
12
+ [" await-log" " editor-log" 5000 " Command 2" ],
13
13
[" switch-focus" 1 ],
14
14
[" press" " Shortcut+Shift+R" ],
15
15
[" type" " .coll" ],
Original file line number Diff line number Diff line change 86
86
dest-name (format " %s.png" filename)
87
87
dest (File. out-dir dest-name)]
88
88
(log-fn (format " <p>Screen-capture %s</p>" dest-name))
89
- (log-fn (format " <img src=\" %s\" >" dest-name))
89
+ (log-fn (format " <img src=\" %s\" ></img> " dest-name))
90
90
(ImageIO/write img " png" dest))
91
91
true )
92
92
You can’t perform that action at this time.
0 commit comments