Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/window-expected.txt

Issue 2444593002: Introduce Layout*::adjustVisualRectForRasterEffects and use it for SVG hairlines. (Closed)
Patch Set: none Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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='Windows'", 10 "object": "LayoutSVGContainer g id='Windows'",
11 "rect": [38, 81, 760, 454], 11 "rect": [38, 81, 760, 454],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g id='Windows'", 15 "object": "LayoutSVGContainer g id='Windows'",
16 "rect": [38, 92, 760, 443], 16 "rect": [38, 92, 760, 443],
17 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRect rect",
21 "rect": [36, 141, 553, 396],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutSVGRect rect id='titleBarbigWindow'",
26 "rect": [36, 141, 553, 19],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGRect rect",
31 "rect": [36, 521, 553, 16],
32 "reason": "layoutObject insertion"
33 },
34 {
20 "object": "LayoutSVGContainer g id='bigWindow'", 35 "object": "LayoutSVGContainer g id='bigWindow'",
21 "rect": [38, 143, 549, 392], 36 "rect": [38, 143, 549, 392],
22 "reason": "layoutObject insertion" 37 "reason": "layoutObject insertion"
23 }, 38 },
24 { 39 {
25 "object": "LayoutSVGContainer g id='windowMainGroupbigWindow'", 40 "object": "LayoutSVGContainer g id='windowMainGroupbigWindow'",
26 "rect": [38, 143, 549, 392], 41 "rect": [38, 143, 549, 392],
27 "reason": "layoutObject insertion" 42 "reason": "layoutObject insertion"
28 }, 43 },
29 { 44 {
30 "object": "LayoutSVGRect rect",
31 "rect": [38, 143, 549, 392],
32 "reason": "layoutObject insertion"
33 },
34 {
35 "object": "LayoutSVGContainer g id='windowTitlebarGroupbigWindow'", 45 "object": "LayoutSVGContainer g id='windowTitlebarGroupbigWindow'",
36 "rect": [38, 143, 549, 15], 46 "rect": [38, 143, 549, 15],
37 "reason": "layoutObject insertion" 47 "reason": "layoutObject insertion"
38 }, 48 },
39 { 49 {
40 "object": "LayoutSVGRect rect id='titleBarbigWindow'", 50 "object": "LayoutSVGRect rect",
41 "rect": [38, 143, 549, 15], 51 "rect": [75, 180, 319, 240],
52 "reason": "layoutObject insertion"
53 },
54 {
55 "object": "LayoutSVGRect rect id='titleBarnestedWindow'",
56 "rect": [75, 180, 319, 19],
42 "reason": "layoutObject insertion" 57 "reason": "layoutObject insertion"
43 }, 58 },
44 { 59 {
45 "object": "LayoutSVGRect rect", 60 "object": "LayoutSVGRect rect",
46 "rect": [38, 523, 549, 12], 61 "rect": [75, 404, 319, 16],
47 "reason": "layoutObject insertion" 62 "reason": "layoutObject insertion"
48 }, 63 },
49 { 64 {
50 "object": "LayoutSVGContainer g id='nestedWindow'", 65 "object": "LayoutSVGContainer g id='nestedWindow'",
51 "rect": [77, 182, 315, 236], 66 "rect": [77, 182, 315, 236],
52 "reason": "layoutObject insertion" 67 "reason": "layoutObject insertion"
53 }, 68 },
54 { 69 {
55 "object": "LayoutSVGContainer g id='windowMainGroupnestedWindow'", 70 "object": "LayoutSVGContainer g id='windowMainGroupnestedWindow'",
56 "rect": [77, 182, 315, 236], 71 "rect": [77, 182, 315, 236],
57 "reason": "layoutObject insertion" 72 "reason": "layoutObject insertion"
58 }, 73 },
59 { 74 {
60 "object": "LayoutSVGRect rect",
61 "rect": [77, 182, 315, 236],
62 "reason": "layoutObject insertion"
63 },
64 {
65 "object": "LayoutSVGContainer g id='windowTitlebarGroupnestedWindow'", 75 "object": "LayoutSVGContainer g id='windowTitlebarGroupnestedWindow'",
66 "rect": [77, 182, 315, 15], 76 "rect": [77, 182, 315, 15],
67 "reason": "layoutObject insertion" 77 "reason": "layoutObject insertion"
68 }, 78 },
69 { 79 {
70 "object": "LayoutSVGRect rect id='titleBarnestedWindow'",
71 "rect": [77, 182, 315, 15],
72 "reason": "layoutObject insertion"
73 },
74 {
75 "object": "LayoutSVGRect rect",
76 "rect": [77, 406, 315, 12],
77 "reason": "layoutObject insertion"
78 },
79 {
80 "object": "LayoutSVGContainer g id='navWindow'", 80 "object": "LayoutSVGContainer g id='navWindow'",
81 "rect": [613, 81, 185, 169], 81 "rect": [613, 81, 185, 169],
82 "reason": "bounds change" 82 "reason": "bounds change"
83 }, 83 },
84 { 84 {
85 "object": "LayoutSVGContainer g id='decoGroupnavWindow'", 85 "object": "LayoutSVGContainer g id='decoGroupnavWindow'",
86 "rect": [613, 81, 185, 159], 86 "rect": [613, 81, 185, 159],
87 "reason": "layoutObject insertion" 87 "reason": "layoutObject insertion"
88 }, 88 },
89 { 89 {
90 "object": "LayoutSVGContainer g id='windowTitlebarGroupnavWindow'", 90 "object": "LayoutSVGContainer g id='windowTitlebarGroupnavWindow'",
91 "rect": [613, 81, 185, 159], 91 "rect": [613, 81, 185, 159],
92 "reason": "bounds change" 92 "reason": "bounds change"
93 }, 93 },
94 { 94 {
95 "object": "LayoutSVGRect rect id='decoGroupMinimizednavWindow'", 95 "object": "LayoutSVGRect rect id='decoGroupMinimizednavWindow'",
96 "rect": [613, 81, 185, 16], 96 "rect": [613, 81, 185, 16],
97 "reason": "layoutObject insertion" 97 "reason": "layoutObject insertion"
98 }, 98 },
99 { 99 {
100 "object": "LayoutSVGRect rect",
101 "rect": [622, 90, 178, 162],
102 "reason": "layoutObject insertion"
103 },
104 {
105 "object": "LayoutSVGRect rect",
106 "rect": [75, 193, 178, 147],
107 "reason": "layoutObject insertion"
108 },
109 {
110 "object": "LayoutSVGRect rect id='titleBarcolourPickerWindow'",
111 "rect": [75, 193, 178, 19],
112 "reason": "layoutObject insertion"
113 },
114 {
115 "object": "LayoutSVGRect rect",
116 "rect": [622, 236, 178, 16],
117 "reason": "layoutObject insertion"
118 },
119 {
120 "object": "LayoutSVGRect rect",
121 "rect": [75, 324, 178, 16],
122 "reason": "layoutObject insertion"
123 },
124 {
100 "object": "LayoutSVGContainer g id='navWindow'", 125 "object": "LayoutSVGContainer g id='navWindow'",
101 "rect": [624, 92, 174, 158], 126 "rect": [624, 92, 174, 158],
102 "reason": "layoutObject insertion" 127 "reason": "layoutObject insertion"
103 }, 128 },
104 { 129 {
105 "object": "LayoutSVGContainer g id='windowMainGroupnavWindow'", 130 "object": "LayoutSVGContainer g id='windowMainGroupnavWindow'",
106 "rect": [624, 92, 174, 158], 131 "rect": [624, 92, 174, 158],
107 "reason": "layoutObject insertion" 132 "reason": "layoutObject insertion"
108 }, 133 },
109 { 134 {
110 "object": "LayoutSVGRect rect",
111 "rect": [624, 92, 174, 158],
112 "reason": "layoutObject insertion"
113 },
114 {
115 "object": "LayoutSVGContainer g id='colourPickerWindow'", 135 "object": "LayoutSVGContainer g id='colourPickerWindow'",
116 "rect": [77, 195, 174, 143], 136 "rect": [77, 195, 174, 143],
117 "reason": "layoutObject insertion" 137 "reason": "layoutObject insertion"
118 }, 138 },
119 { 139 {
120 "object": "LayoutSVGContainer g id='windowMainGroupcolourPickerWindow' ", 140 "object": "LayoutSVGContainer g id='windowMainGroupcolourPickerWindow' ",
121 "rect": [77, 195, 174, 143], 141 "rect": [77, 195, 174, 143],
122 "reason": "layoutObject insertion" 142 "reason": "layoutObject insertion"
123 }, 143 },
124 {
125 "object": "LayoutSVGRect rect",
126 "rect": [77, 195, 174, 143],
127 "reason": "layoutObject insertion"
128 },
129 { 144 {
130 "object": "LayoutSVGContainer g id='windowTitlebarGroupcolourPickerWin dow'", 145 "object": "LayoutSVGContainer g id='windowTitlebarGroupcolourPickerWin dow'",
131 "rect": [77, 195, 174, 16], 146 "rect": [77, 195, 174, 16],
132 "reason": "layoutObject insertion" 147 "reason": "layoutObject insertion"
133 }, 148 },
134 { 149 {
135 "object": "LayoutSVGRect rect id='titleBarcolourPickerWindow'",
136 "rect": [77, 195, 174, 15],
137 "reason": "layoutObject insertion"
138 },
139 {
140 "object": "LayoutSVGRect rect", 150 "object": "LayoutSVGRect rect",
141 "rect": [624, 238, 174, 12], 151 "rect": [310, 375, 162, 147],
152 "reason": "layoutObject insertion"
153 },
154 {
155 "object": "LayoutSVGRect rect id='titleBarsmallWindow'",
156 "rect": [310, 375, 162, 19],
142 "reason": "layoutObject insertion" 157 "reason": "layoutObject insertion"
143 }, 158 },
144 { 159 {
145 "object": "LayoutSVGRect rect", 160 "object": "LayoutSVGRect rect",
146 "rect": [77, 326, 174, 12], 161 "rect": [310, 506, 162, 16],
147 "reason": "layoutObject insertion" 162 "reason": "layoutObject insertion"
148 }, 163 },
149 { 164 {
150 "object": "LayoutSVGContainer g", 165 "object": "LayoutSVGContainer g",
151 "rect": [632, 101, 160, 99], 166 "rect": [632, 101, 160, 99],
152 "reason": "layoutObject insertion" 167 "reason": "layoutObject insertion"
153 }, 168 },
154 { 169 {
155 "object": "LayoutSVGInlineText #text", 170 "object": "LayoutSVGInlineText #text",
156 "rect": [632, 101, 160, 99], 171 "rect": [632, 101, 160, 99],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "object": "LayoutSVGContainer g id='smallWindow'", 240 "object": "LayoutSVGContainer g id='smallWindow'",
226 "rect": [312, 377, 158, 143], 241 "rect": [312, 377, 158, 143],
227 "reason": "layoutObject insertion" 242 "reason": "layoutObject insertion"
228 }, 243 },
229 { 244 {
230 "object": "LayoutSVGContainer g id='windowMainGroupsmallWindow'", 245 "object": "LayoutSVGContainer g id='windowMainGroupsmallWindow'",
231 "rect": [312, 377, 158, 143], 246 "rect": [312, 377, 158, 143],
232 "reason": "layoutObject insertion" 247 "reason": "layoutObject insertion"
233 }, 248 },
234 { 249 {
235 "object": "LayoutSVGRect rect",
236 "rect": [312, 377, 158, 143],
237 "reason": "layoutObject insertion"
238 },
239 {
240 "object": "LayoutSVGContainer g id='windowTitlebarGroupsmallWindow'", 250 "object": "LayoutSVGContainer g id='windowTitlebarGroupsmallWindow'",
241 "rect": [312, 377, 158, 16], 251 "rect": [312, 377, 158, 16],
242 "reason": "layoutObject insertion" 252 "reason": "layoutObject insertion"
243 }, 253 },
244 { 254 {
245 "object": "LayoutSVGRect rect id='titleBarsmallWindow'", 255 "object": "LayoutSVGRect rect",
246 "rect": [312, 377, 158, 15], 256 "rect": [247, 342, 147, 68],
247 "reason": "layoutObject insertion" 257 "reason": "layoutObject insertion"
248 }, 258 },
249 { 259 {
250 "object": "LayoutSVGRect rect", 260 "object": "LayoutSVGRect rect id='titleBarstatusWindow'",
251 "rect": [312, 508, 158, 12], 261 "rect": [247, 342, 147, 19],
252 "reason": "layoutObject insertion" 262 "reason": "layoutObject insertion"
253 }, 263 },
254 { 264 {
255 "object": "LayoutSVGContainer g id='statusWindow'", 265 "object": "LayoutSVGContainer g id='statusWindow'",
256 "rect": [249, 344, 143, 64], 266 "rect": [249, 344, 143, 64],
257 "reason": "layoutObject insertion" 267 "reason": "layoutObject insertion"
258 }, 268 },
259 { 269 {
260 "object": "LayoutSVGContainer g id='windowMainGroupstatusWindow'", 270 "object": "LayoutSVGContainer g id='windowMainGroupstatusWindow'",
261 "rect": [249, 344, 143, 64], 271 "rect": [249, 344, 143, 64],
262 "reason": "layoutObject insertion" 272 "reason": "layoutObject insertion"
263 }, 273 },
264 { 274 {
265 "object": "LayoutSVGRect rect",
266 "rect": [249, 344, 143, 64],
267 "reason": "layoutObject insertion"
268 },
269 {
270 "object": "LayoutSVGContainer g id='windowTitlebarGroupstatusWindow'", 275 "object": "LayoutSVGContainer g id='windowTitlebarGroupstatusWindow'",
271 "rect": [249, 344, 143, 15], 276 "rect": [249, 344, 143, 15],
272 "reason": "layoutObject insertion" 277 "reason": "layoutObject insertion"
273 }, 278 },
274 { 279 {
275 "object": "LayoutSVGRect rect id='titleBarstatusWindow'",
276 "rect": [249, 344, 143, 15],
277 "reason": "layoutObject insertion"
278 },
279 {
280 "object": "LayoutSVGContainer g", 280 "object": "LayoutSVGContainer g",
281 "rect": [320, 398, 136, 65], 281 "rect": [320, 398, 136, 65],
282 "reason": "layoutObject insertion" 282 "reason": "layoutObject insertion"
283 }, 283 },
284 { 284 {
285 "object": "LayoutSVGInlineText #text", 285 "object": "LayoutSVGInlineText #text",
286 "rect": [320, 398, 136, 65], 286 "rect": [320, 398, 136, 65],
287 "reason": "layoutObject insertion" 287 "reason": "layoutObject insertion"
288 }, 288 },
289 { 289 {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "object": "LayoutSVGInlineText #text", 345 "object": "LayoutSVGInlineText #text",
346 "rect": [80, 182, 131, 15], 346 "rect": [80, 182, 131, 15],
347 "reason": "layoutObject insertion" 347 "reason": "layoutObject insertion"
348 }, 348 },
349 { 349 {
350 "object": "LayoutSVGText text", 350 "object": "LayoutSVGText text",
351 "rect": [80, 182, 131, 15], 351 "rect": [80, 182, 131, 15],
352 "reason": "layoutObject insertion" 352 "reason": "layoutObject insertion"
353 }, 353 },
354 { 354 {
355 "object": "LayoutSVGRect rect",
356 "rect": [37, 474, 123, 52],
357 "reason": "layoutObject insertion"
358 },
359 {
355 "object": "LayoutSVGInlineText #text", 360 "object": "LayoutSVGInlineText #text",
356 "rect": [80, 406, 121, 11], 361 "rect": [80, 406, 121, 11],
357 "reason": "layoutObject insertion" 362 "reason": "layoutObject insertion"
358 }, 363 },
359 { 364 {
360 "object": "LayoutSVGText text", 365 "object": "LayoutSVGText text",
361 "rect": [80, 406, 121, 11], 366 "rect": [80, 406, 121, 11],
362 "reason": "layoutObject insertion" 367 "reason": "layoutObject insertion"
363 }, 368 },
364 { 369 {
365 "object": "LayoutSVGContainer g id='minimalWindow'", 370 "object": "LayoutSVGContainer g id='minimalWindow'",
366 "rect": [39, 476, 119, 48], 371 "rect": [39, 476, 119, 48],
367 "reason": "layoutObject insertion" 372 "reason": "layoutObject insertion"
368 }, 373 },
369 { 374 {
370 "object": "LayoutSVGContainer g id='windowMainGroupminimalWindow'", 375 "object": "LayoutSVGContainer g id='windowMainGroupminimalWindow'",
371 "rect": [39, 476, 119, 48], 376 "rect": [39, 476, 119, 48],
372 "reason": "layoutObject insertion" 377 "reason": "layoutObject insertion"
373 }, 378 },
374 { 379 {
375 "object": "LayoutSVGRect rect",
376 "rect": [39, 476, 119, 48],
377 "reason": "layoutObject insertion"
378 },
379 {
380 "object": "LayoutSVGContainer g", 380 "object": "LayoutSVGContainer g",
381 "rect": [257, 364, 118, 40], 381 "rect": [257, 364, 118, 40],
382 "reason": "layoutObject insertion" 382 "reason": "layoutObject insertion"
383 }, 383 },
384 { 384 {
385 "object": "LayoutSVGInlineText #text", 385 "object": "LayoutSVGInlineText #text",
386 "rect": [257, 364, 118, 40], 386 "rect": [257, 364, 118, 40],
387 "reason": "layoutObject insertion" 387 "reason": "layoutObject insertion"
388 }, 388 },
389 { 389 {
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 "object": "LayoutSVGText text", 520 "object": "LayoutSVGText text",
521 "rect": [627, 238, 33, 11], 521 "rect": [627, 238, 33, 11],
522 "reason": "layoutObject insertion" 522 "reason": "layoutObject insertion"
523 }, 523 },
524 { 524 {
525 "object": "LayoutSVGRect rect", 525 "object": "LayoutSVGRect rect",
526 "rect": [613, 81, 16, 159], 526 "rect": [613, 81, 16, 159],
527 "reason": "layoutObject insertion" 527 "reason": "layoutObject insertion"
528 }, 528 },
529 { 529 {
530 "object": "LayoutSVGRect rect",
531 "rect": [767, 92, 15, 15],
532 "reason": "bounds change"
533 },
534 {
535 "object": "LayoutSVGRect rect",
536 "rect": [767, 92, 15, 15],
537 "reason": "layoutObject insertion"
538 },
539 {
540 "object": "LayoutSVGRect rect",
541 "rect": [556, 143, 15, 15],
542 "reason": "layoutObject insertion"
543 },
544 {
545 "object": "LayoutSVGRect rect",
546 "rect": [361, 182, 15, 15],
547 "reason": "layoutObject insertion"
548 },
549 {
550 "object": "LayoutSVGRect rect",
551 "rect": [439, 378, 15, 14],
552 "reason": "layoutObject insertion"
553 },
554 {
555 "object": "LayoutSVGRect rect",
556 "rect": [374, 344, 15, 14],
557 "reason": "layoutObject insertion"
558 },
559 {
560 "object": "LayoutSVGPath line",
561 "rect": [375, 182, 14, 15],
562 "reason": "layoutObject insertion"
563 },
564 {
565 "object": "LayoutSVGPath line",
566 "rect": [375, 182, 14, 15],
567 "reason": "layoutObject insertion"
568 },
569 {
570 "object": "LayoutSVGPath line",
571 "rect": [781, 93, 14, 14],
572 "reason": "bounds change"
573 },
574 {
575 "object": "LayoutSVGPath line",
576 "rect": [781, 93, 14, 14],
577 "reason": "bounds change"
578 },
579 {
580 "object": "LayoutSVGPath line",
581 "rect": [781, 93, 14, 14],
582 "reason": "layoutObject insertion"
583 },
584 {
585 "object": "LayoutSVGPath line",
586 "rect": [781, 93, 14, 14],
587 "reason": "layoutObject insertion"
588 },
589 {
590 "object": "LayoutSVGRect rect",
591 "rect": [614, 98, 14, 14],
592 "reason": "bounds change"
593 },
594 {
595 "object": "LayoutSVGPath line",
596 "rect": [614, 82, 14, 14],
597 "reason": "bounds change"
598 },
599 {
600 "object": "LayoutSVGPath line",
601 "rect": [614, 82, 14, 14],
602 "reason": "bounds change"
603 },
604 {
605 "object": "LayoutSVGPath line",
606 "rect": [570, 143, 14, 14],
607 "reason": "layoutObject insertion"
608 },
609 {
610 "object": "LayoutSVGPath line",
611 "rect": [570, 143, 14, 14],
612 "reason": "layoutObject insertion"
613 },
614 {
615 "object": "LayoutSVGPath line",
616 "rect": [453, 378, 14, 14],
617 "reason": "layoutObject insertion"
618 },
619 {
620 "object": "LayoutSVGPath line",
621 "rect": [453, 378, 14, 14],
622 "reason": "layoutObject insertion"
623 },
624 {
625 "object": "LayoutSVGPath line",
626 "rect": [234, 196, 14, 14],
627 "reason": "layoutObject insertion"
628 },
629 {
630 "object": "LayoutSVGPath line",
631 "rect": [234, 196, 14, 14],
632 "reason": "layoutObject insertion"
633 },
634 {
635 "object": "LayoutSVGRect rect",
636 "rect": [221, 196, 14, 14],
637 "reason": "layoutObject insertion"
638 },
639 {
640 "object": "LayoutSVGPath line",
641 "rect": [426, 386, 14, 6],
642 "reason": "layoutObject insertion"
643 },
644 {
645 "object": "LayoutSVGPath line",
646 "rect": [348, 191, 14, 6],
647 "reason": "layoutObject insertion"
648 },
649 {
650 "object": "LayoutSVGPath line",
651 "rect": [614, 122, 14, 5],
652 "reason": "bounds change"
653 },
654 {
530 "object": "LayoutSVGInlineText #text", 655 "object": "LayoutSVGInlineText #text",
531 "rect": [616, 153, 13, 81], 656 "rect": [616, 153, 13, 81],
532 "reason": "layoutObject insertion" 657 "reason": "layoutObject insertion"
533 }, 658 },
534 { 659 {
535 "object": "LayoutSVGText text", 660 "object": "LayoutSVGText text",
536 "rect": [616, 153, 13, 81], 661 "rect": [616, 153, 13, 81],
537 "reason": "layoutObject insertion" 662 "reason": "layoutObject insertion"
538 }, 663 },
539 { 664 {
665 "object": "LayoutSVGPath line",
666 "rect": [755, 101, 13, 6],
667 "reason": "bounds change"
668 },
669 {
670 "object": "LayoutSVGPath line",
671 "rect": [755, 101, 13, 6],
672 "reason": "layoutObject insertion"
673 },
674 {
675 "object": "LayoutSVGPath line",
676 "rect": [544, 152, 13, 6],
677 "reason": "layoutObject insertion"
678 },
679 {
680 "object": "LayoutSVGPath line",
681 "rect": [208, 204, 13, 6],
682 "reason": "layoutObject insertion"
683 },
684 {
685 "object": "LayoutSVGPath line",
686 "rect": [362, 353, 13, 5],
687 "reason": "layoutObject insertion"
688 },
689 {
540 "object": "LayoutSVGContainer use id='maximizeButtonnavWindow'", 690 "object": "LayoutSVGContainer use id='maximizeButtonnavWindow'",
541 "rect": [769, 94, 11, 11], 691 "rect": [769, 94, 11, 11],
542 "reason": "full" 692 "reason": "full"
543 }, 693 },
544 { 694 {
545 "object": "LayoutSVGContainer use id='maximizeButtonnavWindow'", 695 "object": "LayoutSVGContainer use id='maximizeButtonnavWindow'",
546 "rect": [769, 94, 11, 11], 696 "rect": [769, 94, 11, 11],
547 "reason": "layoutObject insertion" 697 "reason": "layoutObject insertion"
548 }, 698 },
549 { 699 {
550 "object": "LayoutSVGRect rect",
551 "rect": [769, 94, 11, 11],
552 "reason": "bounds change"
553 },
554 {
555 "object": "LayoutSVGRect rect",
556 "rect": [769, 94, 11, 11],
557 "reason": "layoutObject insertion"
558 },
559 {
560 "object": "LayoutSVGViewportContainer svg id='maximizeButton'", 700 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
561 "rect": [769, 94, 11, 11], 701 "rect": [769, 94, 11, 11],
562 "reason": "full" 702 "reason": "full"
563 }, 703 },
564 { 704 {
565 "object": "LayoutSVGViewportContainer svg id='maximizeButton'", 705 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
566 "rect": [769, 94, 11, 11], 706 "rect": [769, 94, 11, 11],
567 "reason": "layoutObject insertion" 707 "reason": "layoutObject insertion"
568 }, 708 },
569 { 709 {
570 "object": "LayoutSVGContainer use id='maximizeButtonbigWindow'", 710 "object": "LayoutSVGContainer use id='maximizeButtonbigWindow'",
571 "rect": [558, 145, 11, 11], 711 "rect": [558, 145, 11, 11],
572 "reason": "layoutObject insertion" 712 "reason": "layoutObject insertion"
573 }, 713 },
574 { 714 {
575 "object": "LayoutSVGRect rect", 715 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
576 "rect": [558, 145, 11, 11], 716 "rect": [558, 145, 11, 11],
577 "reason": "layoutObject insertion" 717 "reason": "layoutObject insertion"
578 }, 718 },
579 { 719 {
580 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
581 "rect": [558, 145, 11, 11],
582 "reason": "layoutObject insertion"
583 },
584 {
585 "object": "LayoutSVGRect rect",
586 "rect": [441, 379, 11, 11],
587 "reason": "layoutObject insertion"
588 },
589 {
590 "object": "LayoutSVGPath line",
591 "rect": [376, 184, 11, 11],
592 "reason": "layoutObject insertion"
593 },
594 {
595 "object": "LayoutSVGPath line",
596 "rect": [376, 184, 11, 11],
597 "reason": "layoutObject insertion"
598 },
599 {
600 "object": "LayoutSVGContainer use id='maximizeButtonnestedWindow'", 720 "object": "LayoutSVGContainer use id='maximizeButtonnestedWindow'",
601 "rect": [363, 184, 11, 11], 721 "rect": [363, 184, 11, 11],
602 "reason": "layoutObject insertion" 722 "reason": "layoutObject insertion"
603 }, 723 },
604 { 724 {
605 "object": "LayoutSVGRect rect", 725 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
606 "rect": [363, 184, 11, 11], 726 "rect": [363, 184, 11, 11],
607 "reason": "layoutObject insertion" 727 "reason": "layoutObject insertion"
608 }, 728 },
609 { 729 {
610 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
611 "rect": [363, 184, 11, 11],
612 "reason": "layoutObject insertion"
613 },
614 {
615 "object": "LayoutSVGRect rect",
616 "rect": [222, 197, 11, 11],
617 "reason": "layoutObject insertion"
618 },
619 {
620 "object": "LayoutSVGContainer use id='maximizeButtonsmallWindow'", 730 "object": "LayoutSVGContainer use id='maximizeButtonsmallWindow'",
621 "rect": [441, 380, 11, 10], 731 "rect": [441, 380, 11, 10],
622 "reason": "layoutObject insertion" 732 "reason": "layoutObject insertion"
623 }, 733 },
624 { 734 {
625 "object": "LayoutSVGViewportContainer svg id='maximizeButton'", 735 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
626 "rect": [441, 380, 11, 10], 736 "rect": [441, 380, 11, 10],
627 "reason": "layoutObject insertion" 737 "reason": "layoutObject insertion"
628 }, 738 },
629 { 739 {
630 "object": "LayoutSVGContainer use id='maximizeButtonstatusWindow'", 740 "object": "LayoutSVGContainer use id='maximizeButtonstatusWindow'",
631 "rect": [376, 346, 11, 10], 741 "rect": [376, 346, 11, 10],
632 "reason": "layoutObject insertion" 742 "reason": "layoutObject insertion"
633 }, 743 },
634 { 744 {
635 "object": "LayoutSVGRect rect", 745 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
636 "rect": [376, 346, 11, 10], 746 "rect": [376, 346, 11, 10],
637 "reason": "layoutObject insertion" 747 "reason": "layoutObject insertion"
638 }, 748 },
639 { 749 {
640 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
641 "rect": [376, 346, 11, 10],
642 "reason": "layoutObject insertion"
643 },
644 {
645 "object": "LayoutSVGPath line",
646 "rect": [783, 94, 10, 11],
647 "reason": "bounds change"
648 },
649 {
650 "object": "LayoutSVGPath line",
651 "rect": [783, 94, 10, 11],
652 "reason": "bounds change"
653 },
654 {
655 "object": "LayoutSVGPath line",
656 "rect": [783, 94, 10, 11],
657 "reason": "layoutObject insertion"
658 },
659 {
660 "object": "LayoutSVGPath line",
661 "rect": [783, 94, 10, 11],
662 "reason": "layoutObject insertion"
663 },
664 {
665 "object": "LayoutSVGRect rect",
666 "rect": [616, 99, 10, 11],
667 "reason": "bounds change"
668 },
669 {
670 "object": "LayoutSVGPath line",
671 "rect": [572, 145, 10, 11],
672 "reason": "layoutObject insertion"
673 },
674 {
675 "object": "LayoutSVGPath line",
676 "rect": [572, 145, 10, 11],
677 "reason": "layoutObject insertion"
678 },
679 {
680 "object": "LayoutSVGContainer use id='closeButtonnestedWindow'", 750 "object": "LayoutSVGContainer use id='closeButtonnestedWindow'",
681 "rect": [377, 184, 10, 11], 751 "rect": [377, 184, 10, 11],
682 "reason": "layoutObject insertion" 752 "reason": "layoutObject insertion"
683 }, 753 },
684 { 754 {
685 "object": "LayoutSVGViewportContainer svg id='closeButton'", 755 "object": "LayoutSVGViewportContainer svg id='closeButton'",
686 "rect": [377, 184, 10, 11], 756 "rect": [377, 184, 10, 11],
687 "reason": "layoutObject insertion" 757 "reason": "layoutObject insertion"
688 }, 758 },
689 { 759 {
(...skipping 25 matching lines...) Expand all
715 "object": "LayoutSVGViewportContainer svg id='maximizeButton'", 785 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
716 "rect": [616, 100, 10, 10], 786 "rect": [616, 100, 10, 10],
717 "reason": "full" 787 "reason": "full"
718 }, 788 },
719 { 789 {
720 "object": "LayoutSVGContainer use id='closeButtonnavWindow'", 790 "object": "LayoutSVGContainer use id='closeButtonnavWindow'",
721 "rect": [616, 84, 10, 10], 791 "rect": [616, 84, 10, 10],
722 "reason": "full" 792 "reason": "full"
723 }, 793 },
724 { 794 {
725 "object": "LayoutSVGPath line",
726 "rect": [616, 84, 10, 10],
727 "reason": "bounds change"
728 },
729 {
730 "object": "LayoutSVGPath line",
731 "rect": [616, 84, 10, 10],
732 "reason": "bounds change"
733 },
734 {
735 "object": "LayoutSVGRect rect", 795 "object": "LayoutSVGRect rect",
736 "rect": [616, 84, 10, 10], 796 "rect": [616, 84, 10, 10],
737 "reason": "bounds change" 797 "reason": "bounds change"
738 }, 798 },
739 { 799 {
740 "object": "LayoutSVGViewportContainer svg id='closeButton'", 800 "object": "LayoutSVGViewportContainer svg id='closeButton'",
741 "rect": [616, 84, 10, 10], 801 "rect": [616, 84, 10, 10],
742 "reason": "full" 802 "reason": "full"
743 }, 803 },
744 { 804 {
745 "object": "LayoutSVGContainer use id='closeButtonbigWindow'", 805 "object": "LayoutSVGContainer use id='closeButtonbigWindow'",
746 "rect": [572, 145, 10, 10], 806 "rect": [572, 145, 10, 10],
747 "reason": "layoutObject insertion" 807 "reason": "layoutObject insertion"
748 }, 808 },
749 { 809 {
750 "object": "LayoutSVGViewportContainer svg id='closeButton'", 810 "object": "LayoutSVGViewportContainer svg id='closeButton'",
751 "rect": [572, 145, 10, 10], 811 "rect": [572, 145, 10, 10],
752 "reason": "layoutObject insertion" 812 "reason": "layoutObject insertion"
753 }, 813 },
754 { 814 {
755 "object": "LayoutSVGContainer use id='closeButtonsmallWindow'", 815 "object": "LayoutSVGContainer use id='closeButtonsmallWindow'",
756 "rect": [455, 380, 10, 10], 816 "rect": [455, 380, 10, 10],
757 "reason": "layoutObject insertion" 817 "reason": "layoutObject insertion"
758 }, 818 },
759 { 819 {
760 "object": "LayoutSVGPath line",
761 "rect": [455, 380, 10, 10],
762 "reason": "layoutObject insertion"
763 },
764 {
765 "object": "LayoutSVGPath line",
766 "rect": [455, 380, 10, 10],
767 "reason": "layoutObject insertion"
768 },
769 {
770 "object": "LayoutSVGRect rect", 820 "object": "LayoutSVGRect rect",
771 "rect": [455, 380, 10, 10], 821 "rect": [455, 380, 10, 10],
772 "reason": "layoutObject insertion" 822 "reason": "layoutObject insertion"
773 }, 823 },
774 { 824 {
775 "object": "LayoutSVGViewportContainer svg id='closeButton'", 825 "object": "LayoutSVGViewportContainer svg id='closeButton'",
776 "rect": [455, 380, 10, 10], 826 "rect": [455, 380, 10, 10],
777 "reason": "layoutObject insertion" 827 "reason": "layoutObject insertion"
778 }, 828 },
779 { 829 {
(...skipping 20 matching lines...) Expand all
800 "object": "LayoutSVGViewportContainer svg id='minimizeButton'", 850 "object": "LayoutSVGViewportContainer svg id='minimizeButton'",
801 "rect": [350, 185, 10, 10], 851 "rect": [350, 185, 10, 10],
802 "reason": "layoutObject insertion" 852 "reason": "layoutObject insertion"
803 }, 853 },
804 { 854 {
805 "object": "LayoutSVGContainer use id='closeButtoncolourPickerWindow'", 855 "object": "LayoutSVGContainer use id='closeButtoncolourPickerWindow'",
806 "rect": [236, 198, 10, 10], 856 "rect": [236, 198, 10, 10],
807 "reason": "layoutObject insertion" 857 "reason": "layoutObject insertion"
808 }, 858 },
809 { 859 {
810 "object": "LayoutSVGPath line",
811 "rect": [236, 198, 10, 10],
812 "reason": "layoutObject insertion"
813 },
814 {
815 "object": "LayoutSVGPath line",
816 "rect": [236, 198, 10, 10],
817 "reason": "layoutObject insertion"
818 },
819 {
820 "object": "LayoutSVGRect rect", 860 "object": "LayoutSVGRect rect",
821 "rect": [236, 198, 10, 10], 861 "rect": [236, 198, 10, 10],
822 "reason": "layoutObject insertion" 862 "reason": "layoutObject insertion"
823 }, 863 },
824 { 864 {
825 "object": "LayoutSVGViewportContainer svg id='closeButton'", 865 "object": "LayoutSVGViewportContainer svg id='closeButton'",
826 "rect": [236, 198, 10, 10], 866 "rect": [236, 198, 10, 10],
827 "reason": "layoutObject insertion" 867 "reason": "layoutObject insertion"
828 }, 868 },
829 { 869 {
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 "rect": [572, 146, 10, 9], 906 "rect": [572, 146, 10, 9],
867 "reason": "layoutObject insertion" 907 "reason": "layoutObject insertion"
868 }, 908 },
869 { 909 {
870 "object": "LayoutSVGRect rect", 910 "object": "LayoutSVGRect rect",
871 "rect": [350, 185, 10, 9], 911 "rect": [350, 185, 10, 9],
872 "reason": "layoutObject insertion" 912 "reason": "layoutObject insertion"
873 }, 913 },
874 { 914 {
875 "object": "LayoutSVGPath line", 915 "object": "LayoutSVGPath line",
876 "rect": [756, 103, 10, 2], 916 "rect": [-2, 19, 9, 15],
877 "reason": "bounds change"
878 },
879 {
880 "object": "LayoutSVGPath line",
881 "rect": [756, 103, 10, 2],
882 "reason": "layoutObject insertion" 917 "reason": "layoutObject insertion"
883 }, 918 },
884 { 919 {
885 "object": "LayoutSVGPath line", 920 "object": "LayoutSVGPath line",
886 "rect": [616, 124, 10, 2], 921 "rect": [-2, 19, 9, 15],
887 "reason": "bounds change"
888 },
889 {
890 "object": "LayoutSVGPath line",
891 "rect": [545, 154, 10, 2],
892 "reason": "layoutObject insertion" 922 "reason": "layoutObject insertion"
893 }, 923 },
894 { 924 {
895 "object": "LayoutSVGPath line", 925 "object": "LayoutSVGRect rect",
896 "rect": [428, 388, 10, 2], 926 "rect": [-2, 19, 9, 15],
897 "reason": "layoutObject insertion" 927 "reason": "layoutObject insertion"
898 }, 928 },
899 { 929 {
900 "object": "LayoutSVGPath line",
901 "rect": [363, 354, 10, 2],
902 "reason": "layoutObject insertion"
903 },
904 {
905 "object": "LayoutSVGPath line",
906 "rect": [350, 193, 10, 2],
907 "reason": "layoutObject insertion"
908 },
909 {
910 "object": "LayoutSVGContainer use id='minimizeButtonnavWindow'", 930 "object": "LayoutSVGContainer use id='minimizeButtonnavWindow'",
911 "rect": [757, 95, 9, 10], 931 "rect": [757, 95, 9, 10],
912 "reason": "full" 932 "reason": "full"
913 }, 933 },
914 { 934 {
915 "object": "LayoutSVGContainer use id='minimizeButtonnavWindow'", 935 "object": "LayoutSVGContainer use id='minimizeButtonnavWindow'",
916 "rect": [757, 95, 9, 10], 936 "rect": [757, 95, 9, 10],
917 "reason": "layoutObject insertion" 937 "reason": "layoutObject insertion"
918 }, 938 },
919 { 939 {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 "rect": [546, 146, 9, 9], 1001 "rect": [546, 146, 9, 9],
982 "reason": "layoutObject insertion" 1002 "reason": "layoutObject insertion"
983 }, 1003 },
984 { 1004 {
985 "object": "LayoutSVGRect rect", 1005 "object": "LayoutSVGRect rect",
986 "rect": [377, 185, 9, 9], 1006 "rect": [377, 185, 9, 9],
987 "reason": "layoutObject insertion" 1007 "reason": "layoutObject insertion"
988 }, 1008 },
989 { 1009 {
990 "object": "LayoutSVGPath line", 1010 "object": "LayoutSVGPath line",
991 "rect": [210, 206, 9, 2], 1011 "rect": [-2, 28, 9, 6],
992 "reason": "layoutObject insertion" 1012 "reason": "layoutObject insertion"
993 }, 1013 },
994 { 1014 {
995 "object": "LayoutSVGPath line",
996 "rect": [0, 21, 5, 11],
997 "reason": "layoutObject insertion"
998 },
999 {
1000 "object": "LayoutSVGPath line",
1001 "rect": [0, 21, 5, 11],
1002 "reason": "layoutObject insertion"
1003 },
1004 {
1005 "object": "LayoutSVGRect rect",
1006 "rect": [0, 21, 5, 11],
1007 "reason": "layoutObject insertion"
1008 },
1009 {
1010 "object": "LayoutSVGRect rect", 1015 "object": "LayoutSVGRect rect",
1011 "rect": [0, 22, 5, 9], 1016 "rect": [0, 22, 5, 9],
1012 "reason": "layoutObject insertion" 1017 "reason": "layoutObject insertion"
1013 }, 1018 },
1014 { 1019 {
1015 "object": "LayoutSVGRect rect", 1020 "object": "LayoutSVGRect rect",
1016 "rect": [0, 22, 5, 9], 1021 "rect": [0, 22, 5, 9],
1017 "reason": "layoutObject insertion" 1022 "reason": "layoutObject insertion"
1018 },
1019 {
1020 "object": "LayoutSVGPath line",
1021 "rect": [0, 30, 5, 2],
1022 "reason": "layoutObject insertion"
1023 } 1023 }
1024 ] 1024 ]
1025 } 1025 }
1026 ], 1026 ],
1027 "objectPaintInvalidations": [ 1027 "objectPaintInvalidations": [
1028 { 1028 {
1029 "object": "LayoutSVGHiddenContainer symbol id='closeButton'", 1029 "object": "LayoutSVGHiddenContainer symbol id='closeButton'",
1030 "reason": "layoutObject insertion" 1030 "reason": "layoutObject insertion"
1031 }, 1031 },
1032 { 1032 {
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2045 "object": "LayoutSVGRect rect", 2045 "object": "LayoutSVGRect rect",
2046 "reason": "bounds change" 2046 "reason": "bounds change"
2047 }, 2047 },
2048 { 2048 {
2049 "object": "LayoutSVGPath line", 2049 "object": "LayoutSVGPath line",
2050 "reason": "bounds change" 2050 "reason": "bounds change"
2051 } 2051 }
2052 ] 2052 ]
2053 } 2053 }
2054 2054
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698