| 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='g'", | 10 "object": "LayoutSVGContainer g id='g'", |
| 11 "rect": [0, 0, 100, 60], | 11 "rect": [0, 0, 100, 60], |
| 12 "reason": "style change" | 12 "reason": "style change" |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutSVGContainer use", | |
| 16 "rect": [0, 0, 100, 60], | |
| 17 "reason": "style change" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutSVGRect rect id='rect'", | |
| 21 "rect": [0, 0, 100, 60], | |
| 22 "reason": "style change" | |
| 23 } | 13 } |
| 24 ] | 14 ] |
| 25 } | 15 } |
| 26 ], | 16 ], |
| 27 "objectPaintInvalidations": [ | 17 "objectPaintInvalidations": [ |
| 28 { | 18 { |
| 29 "object": "LayoutSVGContainer g id='g'", | 19 "object": "LayoutSVGContainer g id='g'", |
| 30 "reason": "style change" | 20 "reason": "style change" |
| 31 }, | 21 }, |
| 32 { | 22 { |
| 33 "object": "LayoutSVGContainer use", | 23 "object": "LayoutSVGContainer use", |
| 34 "reason": "style change" | 24 "reason": "style change" |
| 35 }, | 25 }, |
| 36 { | 26 { |
| 37 "object": "LayoutSVGRect rect id='rect'", | 27 "object": "LayoutSVGRect rect id='rect'", |
| 38 "reason": "style change" | 28 "reason": "style change" |
| 39 } | 29 } |
| 40 ] | 30 ] |
| 41 } | 31 } |
| 42 | 32 |
| OLD | NEW |