| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutSVGContainer g id='content'", | 10 "object": "LayoutSVGContainer g id='content'", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 "object": "LayoutSVGContainer g id='content'", | 24 "object": "LayoutSVGContainer g id='content'", |
| 25 "reason": "appeared" | 25 "reason": "appeared" |
| 26 }, | 26 }, |
| 27 { | 27 { |
| 28 "object": "LayoutSVGRect rect", | 28 "object": "LayoutSVGRect rect", |
| 29 "reason": "appeared" | 29 "reason": "appeared" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "object": "LayoutSVGRect rect", | 32 "object": "LayoutSVGRect rect", |
| 33 "reason": "style change" | 33 "reason": "style change" |
| 34 }, | |
| 35 { | |
| 36 "object": "LayoutSVGResourceMasker mask id='dynMask'", | |
| 37 "reason": "appeared" | |
| 38 }, | |
| 39 { | |
| 40 "object": "LayoutSVGRect rect", | |
| 41 "reason": "appeared" | |
| 42 } | 34 } |
| 43 ] | 35 ] |
| 44 } | 36 } |
| 45 | 37 |
| OLD | NEW |