OLD | NEW |
| 1 CONSOLE WARNING: 'CanvasRenderingContext2D.webkitImageSmoothingEnabled' is depre
cated. Please use 'CanvasRenderingContext2D.imageSmoothingEnabled' instead. |
1 Tests canvas 2D ResourceState during the replay. | 2 Tests canvas 2D ResourceState during the replay. |
2 | 3 |
3 | 4 |
4 Started capturing. | 5 Started capturing. |
5 Stopped capturing. | 6 Stopped capturing. |
6 Number of trace log calls received: 20 | 7 Number of trace log calls received: 20 |
7 | 8 |
8 --- Canvas 2D initial state --- | 9 --- Canvas 2D initial state --- |
9 {ResourceState} length(imageURL):1594 | 10 {ResourceState} length(imageURL):1594 |
10 context: CanvasRenderingContext2D@1 | 11 context: CanvasRenderingContext2D@1 |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 lineWidth: 3 | 43 lineWidth: 3 |
43 miterLimit: 11 | 44 miterLimit: 11 |
44 shadowBlur: 2 | 45 shadowBlur: 2 |
45 shadowColor: #123456 | 46 shadowColor: #123456 |
46 shadowOffsetX: 3 | 47 shadowOffsetX: 3 |
47 shadowOffsetY: 4 | 48 shadowOffsetY: 4 |
48 strokeStyle: #656667 | 49 strokeStyle: #656667 |
49 textAlign: left | 50 textAlign: left |
50 textBaseline: middle | 51 textBaseline: middle |
51 | 52 |
OLD | NEW |