| 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": "LayoutSVGPath polygon", | 10 "object": "LayoutSVGPath polygon", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 { | 34 { |
| 35 "object": "LayoutSVGContainer use id='t2'", | 35 "object": "LayoutSVGContainer use id='t2'", |
| 36 "rect": [184, 166, 132, 132], | 36 "rect": [184, 166, 132, 132], |
| 37 "reason": "style change" | 37 "reason": "style change" |
| 38 } | 38 } |
| 39 ] | 39 ] |
| 40 } | 40 } |
| 41 ], | 41 ], |
| 42 "objectPaintInvalidations": [ | 42 "objectPaintInvalidations": [ |
| 43 { | 43 { |
| 44 "object": "LayoutSVGEllipse circle id='t4'", | |
| 45 "reason": "style change" | |
| 46 }, | |
| 47 { | |
| 48 "object": "LayoutSVGPath polygon", | |
| 49 "reason": "style change" | |
| 50 }, | |
| 51 { | |
| 52 "object": "LayoutSVGContainer use id='t1'", | 44 "object": "LayoutSVGContainer use id='t1'", |
| 53 "reason": "style change" | 45 "reason": "style change" |
| 54 }, | 46 }, |
| 55 { | 47 { |
| 56 "object": "LayoutSVGViewportContainer svg id='poly'", | 48 "object": "LayoutSVGViewportContainer svg id='poly'", |
| 57 "reason": "style change" | 49 "reason": "style change" |
| 58 }, | 50 }, |
| 59 { | 51 { |
| 60 "object": "LayoutSVGPath polygon", | 52 "object": "LayoutSVGPath polygon", |
| 61 "reason": "style change" | 53 "reason": "style change" |
| (...skipping 14 matching lines...) Expand all Loading... |
| 76 "object": "LayoutSVGPath polygon id='t3'", | 68 "object": "LayoutSVGPath polygon id='t3'", |
| 77 "reason": "style change" | 69 "reason": "style change" |
| 78 }, | 70 }, |
| 79 { | 71 { |
| 80 "object": "LayoutSVGPath polygon", | 72 "object": "LayoutSVGPath polygon", |
| 81 "reason": "style change" | 73 "reason": "style change" |
| 82 } | 74 } |
| 83 ] | 75 ] |
| 84 } | 76 } |
| 85 | 77 |
| OLD | NEW |