| 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 use id='t2'", | 10 "object": "LayoutSVGContainer use id='t2'", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 { | 39 { |
| 40 "object": "LayoutSVGPath polygon", | 40 "object": "LayoutSVGPath polygon", |
| 41 "rect": [183, 165, 134, 134], | 41 "rect": [183, 165, 134, 134], |
| 42 "reason": "style change" | 42 "reason": "style change" |
| 43 } | 43 } |
| 44 ] | 44 ] |
| 45 } | 45 } |
| 46 ], | 46 ], |
| 47 "objectPaintInvalidations": [ | 47 "objectPaintInvalidations": [ |
| 48 { | 48 { |
| 49 "object": "LayoutSVGEllipse circle id='t4'", | |
| 50 "reason": "style change" | |
| 51 }, | |
| 52 { | |
| 53 "object": "LayoutSVGPath polygon", | |
| 54 "reason": "style change" | |
| 55 }, | |
| 56 { | |
| 57 "object": "LayoutSVGContainer use id='t1'", | 49 "object": "LayoutSVGContainer use id='t1'", |
| 58 "reason": "style change" | 50 "reason": "style change" |
| 59 }, | 51 }, |
| 60 { | 52 { |
| 61 "object": "LayoutSVGViewportContainer svg id='poly'", | 53 "object": "LayoutSVGViewportContainer svg id='poly'", |
| 62 "reason": "style change" | 54 "reason": "style change" |
| 63 }, | 55 }, |
| 64 { | 56 { |
| 65 "object": "LayoutSVGPath polygon", | 57 "object": "LayoutSVGPath polygon", |
| 66 "reason": "style change" | 58 "reason": "style change" |
| (...skipping 26 matching lines...) Expand all Loading... |
| 93 "object": "LayoutSVGViewportContainer svg id='poly2'", | 85 "object": "LayoutSVGViewportContainer svg id='poly2'", |
| 94 "reason": "SVG resource change" | 86 "reason": "SVG resource change" |
| 95 }, | 87 }, |
| 96 { | 88 { |
| 97 "object": "LayoutSVGPath polygon", | 89 "object": "LayoutSVGPath polygon", |
| 98 "reason": "style change" | 90 "reason": "style change" |
| 99 } | 91 } |
| 100 ] | 92 ] |
| 101 } | 93 } |
| 102 | 94 |
| OLD | NEW |