| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 11 { | 11 { |
| 12 "object": "LayoutSVGContainer g id='content'", | 12 "object": "LayoutSVGContainer g id='content'", |
| 13 "rect": [203, 211, 111, 111], | 13 "rect": [203, 211, 111, 111], |
| 14 "reason": "bounds change" | 14 "reason": "became visible" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutSVGPath path", | 17 "object": "LayoutSVGPath path", |
| 18 "rect": [203, 211, 111, 111], | 18 "rect": [203, 211, 111, 111], |
| 19 "reason": "style change" | 19 "reason": "style change" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "object": "LayoutSVGPath path", | 22 "object": "LayoutSVGPath path", |
| 23 "rect": [203, 211, 111, 111], | 23 "rect": [203, 211, 111, 111], |
| 24 "reason": "layoutObject insertion" | 24 "reason": "layoutObject insertion" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "object": "LayoutSVGRoot svg id='svg-root'", | 27 "object": "LayoutSVGRoot svg id='svg-root'", |
| 28 "rect": [203, 211, 111, 111], | 28 "rect": [203, 211, 111, 111], |
| 29 "reason": "bounds change" | 29 "reason": "became visible" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "object": "LayoutSVGEllipse circle", | 32 "object": "LayoutSVGEllipse circle", |
| 33 "rect": [0, 0, 4, 4], | 33 "rect": [0, 0, 4, 4], |
| 34 "reason": "layoutObject insertion" | 34 "reason": "layoutObject insertion" |
| 35 } | 35 } |
| 36 ] | 36 ] |
| 37 } | 37 } |
| 38 ], | 38 ], |
| 39 "objectPaintInvalidations": [ | 39 "objectPaintInvalidations": [ |
| 40 { | 40 { |
| 41 "object": "LayoutSVGRoot svg id='svg-root'", | 41 "object": "LayoutSVGRoot svg id='svg-root'", |
| 42 "reason": "bounds change" | 42 "reason": "became visible" |
| 43 }, | 43 }, |
| 44 { | 44 { |
| 45 "object": "LayoutSVGContainer g id='content'", | 45 "object": "LayoutSVGContainer g id='content'", |
| 46 "reason": "bounds change" | 46 "reason": "became visible" |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 "object": "LayoutSVGPath path", | 49 "object": "LayoutSVGPath path", |
| 50 "reason": "layoutObject insertion" | 50 "reason": "layoutObject insertion" |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "object": "LayoutSVGResourceMarker marker id='markerMiddle'", | 53 "object": "LayoutSVGResourceMarker marker id='markerMiddle'", |
| 54 "reason": "layoutObject insertion" | 54 "reason": "layoutObject insertion" |
| 55 }, | 55 }, |
| 56 { | 56 { |
| 57 "object": "LayoutSVGEllipse circle", | 57 "object": "LayoutSVGEllipse circle", |
| 58 "reason": "layoutObject insertion" | 58 "reason": "layoutObject insertion" |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "object": "LayoutSVGPath path", | 61 "object": "LayoutSVGPath path", |
| 62 "reason": "style change" | 62 "reason": "style change" |
| 63 } | 63 } |
| 64 ] | 64 ] |
| 65 } | 65 } |
| 66 | 66 |
| OLD | NEW |