OLD | NEW |
(Empty) | |
| 1 { |
| 2 "layers": [ |
| 3 { |
| 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, |
| 7 "drawsContent": true, |
| 8 "paintInvalidations": [ |
| 9 { |
| 10 "object": "LayoutTextControl TEXTAREA id='editor'", |
| 11 "rect": [7, 7, 183, 40], |
| 12 "reason": "subtree" |
| 13 }, |
| 14 { |
| 15 "object": "LayoutText #text", |
| 16 "rect": [9, 11, 179, 16], |
| 17 "reason": "subtree" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutTextControl TEXTAREA id='editor'", |
| 21 "rect": [9, 30, 164, 15], |
| 22 "reason": "scroll" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutTextControl TEXTAREA id='editor'", |
| 26 "rect": [173, 30, 15, 15], |
| 27 "reason": "scroll" |
| 28 } |
| 29 ] |
| 30 } |
| 31 ], |
| 32 "objectPaintInvalidations": [ |
| 33 { |
| 34 "object": "LayoutTextControl TEXTAREA id='editor'", |
| 35 "reason": "subtree" |
| 36 }, |
| 37 { |
| 38 "object": "LayoutTextControl TEXTAREA id='editor'", |
| 39 "reason": "scroll" |
| 40 }, |
| 41 { |
| 42 "object": "HorizontalScrollbar", |
| 43 "reason": "scroll" |
| 44 }, |
| 45 { |
| 46 "object": "LayoutBlockFlow DIV id='inner-editor'", |
| 47 "reason": "subtree" |
| 48 }, |
| 49 { |
| 50 "object": "RootInlineBox", |
| 51 "reason": "subtree" |
| 52 }, |
| 53 { |
| 54 "object": "Caret", |
| 55 "reason": "caret" |
| 56 }, |
| 57 { |
| 58 "object": "LayoutText #text", |
| 59 "reason": "subtree" |
| 60 }, |
| 61 { |
| 62 "object": "InlineTextBox '------------------------------------------------
------------'", |
| 63 "reason": "subtree" |
| 64 } |
| 65 ] |
| 66 } |
| 67 |
OLD | NEW |