| 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='group'", | 10 "object": "LayoutSVGContainer g id='group'", |
| 11 "rect": [0, 0, 76, 76], | 11 "rect": [0, 0, 76, 76], |
| 12 "reason": "full" | 12 "reason": "full" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutSVGRect rect", | 15 "object": "LayoutSVGRect rect", |
| 16 "rect": [0, 0, 76, 76], | 16 "rect": [0, 0, 76, 76], |
| 17 "reason": "style change" | 17 "reason": "style change" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutSVGRoot svg", | 20 "object": "LayoutSVGRoot svg", |
| 21 "rect": [0, 40, 76, 36], | 21 "rect": [0, 40, 76, 36], |
| 22 "reason": "incremental" | 22 "reason": "incremental" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutSVGRect rect", |
| 26 "rect": [-2, -2, 44, 44], |
| 27 "reason": "style change" |
| 28 }, |
| 29 { |
| 25 "object": "LayoutSVGRoot svg", | 30 "object": "LayoutSVGRoot svg", |
| 26 "rect": [40, 0, 36, 76], | 31 "rect": [40, 0, 36, 76], |
| 27 "reason": "incremental" | 32 "reason": "incremental" |
| 28 } | 33 } |
| 29 ] | 34 ] |
| 30 } | 35 } |
| 31 ], | 36 ], |
| 32 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
| 33 { | 38 { |
| 34 "object": "LayoutSVGRoot svg", | 39 "object": "LayoutSVGRoot svg", |
| 35 "reason": "incremental" | 40 "reason": "incremental" |
| 36 }, | 41 }, |
| 37 { | 42 { |
| 38 "object": "LayoutSVGContainer g id='group'", | 43 "object": "LayoutSVGContainer g id='group'", |
| 39 "reason": "full" | 44 "reason": "full" |
| 40 }, | 45 }, |
| 41 { | 46 { |
| 42 "object": "LayoutSVGRect rect", | 47 "object": "LayoutSVGRect rect", |
| 43 "reason": "style change" | 48 "reason": "style change" |
| 44 } | 49 } |
| 45 ] | 50 ] |
| 46 } | 51 } |
| 47 | 52 |
| OLD | NEW |