1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991
|
import Qt.VisualTest 4.7
VisualTest {
Frame {
msec: 0
}
Frame {
msec: 16
image: "elide2.0.png"
}
Frame {
msec: 32
hash: "1c45bbf4494aeb017d7ad53c5e29cbc0"
}
Frame {
msec: 48
hash: "1c45bbf4494aeb017d7ad53c5e29cbc0"
}
Frame {
msec: 64
hash: "1c45bbf4494aeb017d7ad53c5e29cbc0"
}
Frame {
msec: 80
hash: "1c45bbf4494aeb017d7ad53c5e29cbc0"
}
Frame {
msec: 96
hash: "1c45bbf4494aeb017d7ad53c5e29cbc0"
}
Frame {
msec: 112
hash: "452d8e4da326413e4961f20a0d24d0f0"
}
Frame {
msec: 128
hash: "452d8e4da326413e4961f20a0d24d0f0"
}
Frame {
msec: 144
hash: "452d8e4da326413e4961f20a0d24d0f0"
}
Frame {
msec: 160
hash: "452d8e4da326413e4961f20a0d24d0f0"
}
Frame {
msec: 176
hash: "452d8e4da326413e4961f20a0d24d0f0"
}
Frame {
msec: 192
hash: "8dc43f316fd36a877c773c10c23b5703"
}
Frame {
msec: 208
hash: "8dc43f316fd36a877c773c10c23b5703"
}
Frame {
msec: 224
hash: "8dc43f316fd36a877c773c10c23b5703"
}
Frame {
msec: 240
hash: "8dc43f316fd36a877c773c10c23b5703"
}
Frame {
msec: 256
hash: "b7e055ce8d510c5ec66e71fa5a78fddf"
}
Frame {
msec: 272
hash: "b7e055ce8d510c5ec66e71fa5a78fddf"
}
Frame {
msec: 288
hash: "b7e055ce8d510c5ec66e71fa5a78fddf"
}
Frame {
msec: 304
hash: "b7e055ce8d510c5ec66e71fa5a78fddf"
}
Frame {
msec: 320
hash: "e9b0abe5719027348cd267eb4823fc5f"
}
Frame {
msec: 336
hash: "e9b0abe5719027348cd267eb4823fc5f"
}
Frame {
msec: 352
hash: "e9b0abe5719027348cd267eb4823fc5f"
}
Frame {
msec: 368
hash: "e9b0abe5719027348cd267eb4823fc5f"
}
Frame {
msec: 384
hash: "e9b0abe5719027348cd267eb4823fc5f"
}
Frame {
msec: 400
hash: "441102f2f69e9f4e10335c1746d47bd3"
}
Frame {
msec: 416
hash: "441102f2f69e9f4e10335c1746d47bd3"
}
Frame {
msec: 432
hash: "441102f2f69e9f4e10335c1746d47bd3"
}
Frame {
msec: 448
hash: "441102f2f69e9f4e10335c1746d47bd3"
}
Frame {
msec: 464
hash: "441102f2f69e9f4e10335c1746d47bd3"
}
Frame {
msec: 480
hash: "95668288170720989adde2a0b41d5ee8"
}
Frame {
msec: 496
hash: "95668288170720989adde2a0b41d5ee8"
}
Frame {
msec: 512
hash: "95668288170720989adde2a0b41d5ee8"
}
Frame {
msec: 528
hash: "95668288170720989adde2a0b41d5ee8"
}
Frame {
msec: 544
hash: "16bba6b72993e474b4c302af3f682834"
}
Frame {
msec: 560
hash: "16bba6b72993e474b4c302af3f682834"
}
Frame {
msec: 576
hash: "16bba6b72993e474b4c302af3f682834"
}
Frame {
msec: 592
hash: "16bba6b72993e474b4c302af3f682834"
}
Frame {
msec: 608
hash: "86c4d8bd1b19116411b6a6e450547425"
}
Frame {
msec: 624
hash: "86c4d8bd1b19116411b6a6e450547425"
}
Frame {
msec: 640
hash: "86c4d8bd1b19116411b6a6e450547425"
}
Frame {
msec: 656
hash: "86c4d8bd1b19116411b6a6e450547425"
}
Frame {
msec: 672
hash: "86c4d8bd1b19116411b6a6e450547425"
}
Frame {
msec: 688
hash: "d0d3cfa922ebca20c590ab7e59985268"
}
Frame {
msec: 704
hash: "d0d3cfa922ebca20c590ab7e59985268"
}
Frame {
msec: 720
hash: "d0d3cfa922ebca20c590ab7e59985268"
}
Frame {
msec: 736
hash: "d0d3cfa922ebca20c590ab7e59985268"
}
Frame {
msec: 752
hash: "d0d3cfa922ebca20c590ab7e59985268"
}
Frame {
msec: 768
hash: "397d72a090171090f897283729b19bc8"
}
Frame {
msec: 784
hash: "397d72a090171090f897283729b19bc8"
}
Frame {
msec: 800
hash: "397d72a090171090f897283729b19bc8"
}
Frame {
msec: 816
hash: "397d72a090171090f897283729b19bc8"
}
Frame {
msec: 832
hash: "2b038e59289d2e3cef02245d2d128271"
}
Frame {
msec: 848
hash: "2b038e59289d2e3cef02245d2d128271"
}
Frame {
msec: 864
hash: "2b038e59289d2e3cef02245d2d128271"
}
Frame {
msec: 880
hash: "2b038e59289d2e3cef02245d2d128271"
}
Frame {
msec: 896
hash: "2b038e59289d2e3cef02245d2d128271"
}
Frame {
msec: 912
hash: "5f64aa763acdd8f5d6cc249be36e226a"
}
Frame {
msec: 928
hash: "5f64aa763acdd8f5d6cc249be36e226a"
}
Frame {
msec: 944
hash: "5f64aa763acdd8f5d6cc249be36e226a"
}
Frame {
msec: 960
hash: "5f64aa763acdd8f5d6cc249be36e226a"
}
Frame {
msec: 976
image: "elide2.1.png"
}
Frame {
msec: 992
hash: "4f8c81adc72fce17c7e54f4d45ec08e4"
}
Frame {
msec: 1008
hash: "4f8c81adc72fce17c7e54f4d45ec08e4"
}
Frame {
msec: 1024
hash: "4f8c81adc72fce17c7e54f4d45ec08e4"
}
Frame {
msec: 1040
hash: "91a7a0c0f686975d0087ee0e066911eb"
}
Frame {
msec: 1056
hash: "91a7a0c0f686975d0087ee0e066911eb"
}
Frame {
msec: 1072
hash: "91a7a0c0f686975d0087ee0e066911eb"
}
Frame {
msec: 1088
hash: "91a7a0c0f686975d0087ee0e066911eb"
}
Frame {
msec: 1104
hash: "91a7a0c0f686975d0087ee0e066911eb"
}
Frame {
msec: 1120
hash: "b19f6b8b4dc9d2a2d9aba82983e41889"
}
Frame {
msec: 1136
hash: "b19f6b8b4dc9d2a2d9aba82983e41889"
}
Frame {
msec: 1152
hash: "b19f6b8b4dc9d2a2d9aba82983e41889"
}
Frame {
msec: 1168
hash: "b19f6b8b4dc9d2a2d9aba82983e41889"
}
Frame {
msec: 1184
hash: "b19f6b8b4dc9d2a2d9aba82983e41889"
}
Frame {
msec: 1200
hash: "456542b672303ddae500b96e9b66a558"
}
Frame {
msec: 1216
hash: "456542b672303ddae500b96e9b66a558"
}
Frame {
msec: 1232
hash: "456542b672303ddae500b96e9b66a558"
}
Frame {
msec: 1248
hash: "456542b672303ddae500b96e9b66a558"
}
Frame {
msec: 1264
hash: "8ec69f05d929c3b397dc721198ccacd4"
}
Frame {
msec: 1280
hash: "8ec69f05d929c3b397dc721198ccacd4"
}
Frame {
msec: 1296
hash: "8ec69f05d929c3b397dc721198ccacd4"
}
Frame {
msec: 1312
hash: "8ec69f05d929c3b397dc721198ccacd4"
}
Frame {
msec: 1328
hash: "2d63fd91f4b01f6b178c795838e78990"
}
Frame {
msec: 1344
hash: "2d63fd91f4b01f6b178c795838e78990"
}
Frame {
msec: 1360
hash: "2d63fd91f4b01f6b178c795838e78990"
}
Frame {
msec: 1376
hash: "2d63fd91f4b01f6b178c795838e78990"
}
Frame {
msec: 1392
hash: "2d63fd91f4b01f6b178c795838e78990"
}
Frame {
msec: 1408
hash: "c7c1d2c288653b414fe534ff6fab3381"
}
Frame {
msec: 1424
hash: "c7c1d2c288653b414fe534ff6fab3381"
}
Frame {
msec: 1440
hash: "c7c1d2c288653b414fe534ff6fab3381"
}
Frame {
msec: 1456
hash: "c7c1d2c288653b414fe534ff6fab3381"
}
Frame {
msec: 1472
hash: "c7c1d2c288653b414fe534ff6fab3381"
}
Frame {
msec: 1488
hash: "23188e926a855a7a06211783ee51d22a"
}
Frame {
msec: 1504
hash: "23188e926a855a7a06211783ee51d22a"
}
Frame {
msec: 1520
hash: "23188e926a855a7a06211783ee51d22a"
}
Frame {
msec: 1536
hash: "23188e926a855a7a06211783ee51d22a"
}
Frame {
msec: 1552
hash: "cfc64d8876d59e0d75f079c2e08cea5f"
}
Frame {
msec: 1568
hash: "cfc64d8876d59e0d75f079c2e08cea5f"
}
Frame {
msec: 1584
hash: "cfc64d8876d59e0d75f079c2e08cea5f"
}
Frame {
msec: 1600
hash: "cfc64d8876d59e0d75f079c2e08cea5f"
}
Frame {
msec: 1616
hash: "cfc64d8876d59e0d75f079c2e08cea5f"
}
Frame {
msec: 1632
hash: "766c679eaec4bd28dc92cb3642d5be83"
}
Frame {
msec: 1648
hash: "766c679eaec4bd28dc92cb3642d5be83"
}
Frame {
msec: 1664
hash: "766c679eaec4bd28dc92cb3642d5be83"
}
Frame {
msec: 1680
hash: "766c679eaec4bd28dc92cb3642d5be83"
}
Frame {
msec: 1696
hash: "a86ba05a854fde208e6cf7849327d5d0"
}
Frame {
msec: 1712
hash: "a86ba05a854fde208e6cf7849327d5d0"
}
Frame {
msec: 1728
hash: "a86ba05a854fde208e6cf7849327d5d0"
}
Frame {
msec: 1744
hash: "a86ba05a854fde208e6cf7849327d5d0"
}
Key {
type: 6
key: 16777249
modifiers: 0
text: ""
autorep: false
count: 1
}
Frame {
msec: 1760
hash: "a86ba05a854fde208e6cf7849327d5d0"
}
Frame {
msec: 1776
hash: "23b60817be2a741cada2af663b0d7f54"
}
Frame {
msec: 1792
hash: "23b60817be2a741cada2af663b0d7f54"
}
Frame {
msec: 1808
hash: "23b60817be2a741cada2af663b0d7f54"
}
Frame {
msec: 1824
hash: "23b60817be2a741cada2af663b0d7f54"
}
Frame {
msec: 1840
hash: "c098c1c0d5239c59735a5c9450e9d531"
}
Frame {
msec: 1856
hash: "c098c1c0d5239c59735a5c9450e9d531"
}
Frame {
msec: 1872
hash: "c098c1c0d5239c59735a5c9450e9d531"
}
Frame {
msec: 1888
hash: "c098c1c0d5239c59735a5c9450e9d531"
}
Frame {
msec: 1904
hash: "c098c1c0d5239c59735a5c9450e9d531"
}
Frame {
msec: 1920
hash: "09f6ee218d314d3a405ae43e32588c07"
}
Frame {
msec: 1936
image: "elide2.2.png"
}
Frame {
msec: 1952
hash: "09f6ee218d314d3a405ae43e32588c07"
}
Frame {
msec: 1968
hash: "09f6ee218d314d3a405ae43e32588c07"
}
Frame {
msec: 1984
hash: "6ee480e7d8b0abe295ae12a660119102"
}
Frame {
msec: 2000
hash: "6ee480e7d8b0abe295ae12a660119102"
}
Frame {
msec: 2016
hash: "6ee480e7d8b0abe295ae12a660119102"
}
Frame {
msec: 2032
hash: "6ee480e7d8b0abe295ae12a660119102"
}
Frame {
msec: 2048
hash: "6ee480e7d8b0abe295ae12a660119102"
}
Frame {
msec: 2064
hash: "b43ca0ea75f4c17c09248f78170d3839"
}
Frame {
msec: 2080
hash: "b43ca0ea75f4c17c09248f78170d3839"
}
Frame {
msec: 2096
hash: "b43ca0ea75f4c17c09248f78170d3839"
}
Frame {
msec: 2112
hash: "b43ca0ea75f4c17c09248f78170d3839"
}
Frame {
msec: 2128
hash: "92e0ee1174ffcb710403bb831aeec353"
}
Frame {
msec: 2144
hash: "92e0ee1174ffcb710403bb831aeec353"
}
Frame {
msec: 2160
hash: "92e0ee1174ffcb710403bb831aeec353"
}
Frame {
msec: 2176
hash: "92e0ee1174ffcb710403bb831aeec353"
}
Frame {
msec: 2192
hash: "92e0ee1174ffcb710403bb831aeec353"
}
Frame {
msec: 2208
hash: "bba79ad6f3630b7aa382541cc2d3a2cd"
}
Frame {
msec: 2224
hash: "bba79ad6f3630b7aa382541cc2d3a2cd"
}
Frame {
msec: 2240
hash: "bba79ad6f3630b7aa382541cc2d3a2cd"
}
Frame {
msec: 2256
hash: "bba79ad6f3630b7aa382541cc2d3a2cd"
}
Frame {
msec: 2272
hash: "7efeb1565125f25252ce3f03dadc3bea"
}
Frame {
msec: 2288
hash: "7efeb1565125f25252ce3f03dadc3bea"
}
Frame {
msec: 2304
hash: "7efeb1565125f25252ce3f03dadc3bea"
}
Frame {
msec: 2320
hash: "7efeb1565125f25252ce3f03dadc3bea"
}
Frame {
msec: 2336
hash: "7efeb1565125f25252ce3f03dadc3bea"
}
Frame {
msec: 2352
hash: "9086d24dff90f8c9e4543c6b14c99bf6"
}
Frame {
msec: 2368
hash: "9086d24dff90f8c9e4543c6b14c99bf6"
}
Frame {
msec: 2384
hash: "9086d24dff90f8c9e4543c6b14c99bf6"
}
Frame {
msec: 2400
hash: "9086d24dff90f8c9e4543c6b14c99bf6"
}
Frame {
msec: 2416
hash: "9086d24dff90f8c9e4543c6b14c99bf6"
}
Frame {
msec: 2432
hash: "15d8e99a0676e0a1588dfddc00ab0d16"
}
Frame {
msec: 2448
hash: "15d8e99a0676e0a1588dfddc00ab0d16"
}
Frame {
msec: 2464
hash: "15d8e99a0676e0a1588dfddc00ab0d16"
}
Frame {
msec: 2480
hash: "15d8e99a0676e0a1588dfddc00ab0d16"
}
Frame {
msec: 2496
hash: "ecc25b88c29dc9d6c70df6e36a91f95c"
}
Frame {
msec: 2512
hash: "ecc25b88c29dc9d6c70df6e36a91f95c"
}
Frame {
msec: 2528
hash: "ecc25b88c29dc9d6c70df6e36a91f95c"
}
Frame {
msec: 2544
hash: "ecc25b88c29dc9d6c70df6e36a91f95c"
}
Frame {
msec: 2560
hash: "905c81686d8d2ecdde513622c35c0ea6"
}
Frame {
msec: 2576
hash: "905c81686d8d2ecdde513622c35c0ea6"
}
Frame {
msec: 2592
hash: "905c81686d8d2ecdde513622c35c0ea6"
}
Frame {
msec: 2608
hash: "905c81686d8d2ecdde513622c35c0ea6"
}
Frame {
msec: 2624
hash: "905c81686d8d2ecdde513622c35c0ea6"
}
Frame {
msec: 2640
hash: "537a2cf41a5e15220d2ca2218ac49a5a"
}
Frame {
msec: 2656
hash: "537a2cf41a5e15220d2ca2218ac49a5a"
}
Frame {
msec: 2672
hash: "537a2cf41a5e15220d2ca2218ac49a5a"
}
Frame {
msec: 2688
hash: "537a2cf41a5e15220d2ca2218ac49a5a"
}
Frame {
msec: 2704
hash: "53325ce7d011eeb72369463721f15e87"
}
Frame {
msec: 2720
hash: "53325ce7d011eeb72369463721f15e87"
}
Frame {
msec: 2736
hash: "53325ce7d011eeb72369463721f15e87"
}
Frame {
msec: 2752
hash: "53325ce7d011eeb72369463721f15e87"
}
Frame {
msec: 2768
hash: "53325ce7d011eeb72369463721f15e87"
}
Frame {
msec: 2784
hash: "9ad2565cc95647a83d3ce3acc106485a"
}
Frame {
msec: 2800
hash: "9ad2565cc95647a83d3ce3acc106485a"
}
Frame {
msec: 2816
hash: "9ad2565cc95647a83d3ce3acc106485a"
}
Frame {
msec: 2832
hash: "9ad2565cc95647a83d3ce3acc106485a"
}
Frame {
msec: 2848
hash: "de7b66581e0743385a984f76c993b01b"
}
Frame {
msec: 2864
hash: "de7b66581e0743385a984f76c993b01b"
}
Frame {
msec: 2880
hash: "de7b66581e0743385a984f76c993b01b"
}
Frame {
msec: 2896
image: "elide2.3.png"
}
Frame {
msec: 2912
hash: "de7b66581e0743385a984f76c993b01b"
}
Frame {
msec: 2928
hash: "f66852df1738e4fe29ac1f6938d814c2"
}
Frame {
msec: 2944
hash: "f66852df1738e4fe29ac1f6938d814c2"
}
Frame {
msec: 2960
hash: "f66852df1738e4fe29ac1f6938d814c2"
}
Frame {
msec: 2976
hash: "f66852df1738e4fe29ac1f6938d814c2"
}
Frame {
msec: 2992
hash: "cf6dde6c590879a9e905a0f559f089ca"
}
Frame {
msec: 3008
hash: "cf6dde6c590879a9e905a0f559f089ca"
}
Frame {
msec: 3024
hash: "cf6dde6c590879a9e905a0f559f089ca"
}
Frame {
msec: 3040
hash: "cf6dde6c590879a9e905a0f559f089ca"
}
Frame {
msec: 3056
hash: "cf6dde6c590879a9e905a0f559f089ca"
}
Frame {
msec: 3072
hash: "bd63e4df280010ed9f67fc7976b86cb5"
}
Frame {
msec: 3088
hash: "bd63e4df280010ed9f67fc7976b86cb5"
}
Frame {
msec: 3104
hash: "bd63e4df280010ed9f67fc7976b86cb5"
}
Frame {
msec: 3120
hash: "bd63e4df280010ed9f67fc7976b86cb5"
}
Frame {
msec: 3136
hash: "bd63e4df280010ed9f67fc7976b86cb5"
}
Frame {
msec: 3152
hash: "065d3d370faa58aed9899cae0f86f032"
}
Frame {
msec: 3168
hash: "065d3d370faa58aed9899cae0f86f032"
}
Frame {
msec: 3184
hash: "065d3d370faa58aed9899cae0f86f032"
}
Frame {
msec: 3200
hash: "065d3d370faa58aed9899cae0f86f032"
}
Frame {
msec: 3216
hash: "b5623d05c578a6f09bcfacd4d3163b09"
}
Frame {
msec: 3232
hash: "b5623d05c578a6f09bcfacd4d3163b09"
}
Frame {
msec: 3248
hash: "b5623d05c578a6f09bcfacd4d3163b09"
}
Frame {
msec: 3264
hash: "b5623d05c578a6f09bcfacd4d3163b09"
}
Frame {
msec: 3280
hash: "83c70529d05911ea26a5cbbab5aa20f2"
}
Frame {
msec: 3296
hash: "83c70529d05911ea26a5cbbab5aa20f2"
}
Frame {
msec: 3312
hash: "83c70529d05911ea26a5cbbab5aa20f2"
}
Frame {
msec: 3328
hash: "83c70529d05911ea26a5cbbab5aa20f2"
}
Frame {
msec: 3344
hash: "83c70529d05911ea26a5cbbab5aa20f2"
}
Frame {
msec: 3360
hash: "17927c706da1bc222ba5462af66a9d2f"
}
Frame {
msec: 3376
hash: "17927c706da1bc222ba5462af66a9d2f"
}
Frame {
msec: 3392
hash: "17927c706da1bc222ba5462af66a9d2f"
}
Frame {
msec: 3408
hash: "17927c706da1bc222ba5462af66a9d2f"
}
Frame {
msec: 3424
hash: "17927c706da1bc222ba5462af66a9d2f"
}
Frame {
msec: 3440
hash: "f49627ba8d3e257e0e94404da24d12dc"
}
Frame {
msec: 3456
hash: "f49627ba8d3e257e0e94404da24d12dc"
}
Frame {
msec: 3472
hash: "f49627ba8d3e257e0e94404da24d12dc"
}
Frame {
msec: 3488
hash: "f49627ba8d3e257e0e94404da24d12dc"
}
Frame {
msec: 3504
hash: "37a0c9dc20431c8398409d4522a0fdd3"
}
Frame {
msec: 3520
hash: "37a0c9dc20431c8398409d4522a0fdd3"
}
Frame {
msec: 3536
hash: "37a0c9dc20431c8398409d4522a0fdd3"
}
Frame {
msec: 3552
hash: "37a0c9dc20431c8398409d4522a0fdd3"
}
Frame {
msec: 3568
hash: "67bebfe9fb5ac745f40040ff8083e999"
}
Frame {
msec: 3584
hash: "67bebfe9fb5ac745f40040ff8083e999"
}
Frame {
msec: 3600
hash: "67bebfe9fb5ac745f40040ff8083e999"
}
Frame {
msec: 3616
hash: "67bebfe9fb5ac745f40040ff8083e999"
}
Frame {
msec: 3632
hash: "67bebfe9fb5ac745f40040ff8083e999"
}
Frame {
msec: 3648
hash: "84f8b27b83b566c99e65ea39b29772c1"
}
Frame {
msec: 3664
hash: "84f8b27b83b566c99e65ea39b29772c1"
}
Frame {
msec: 3680
hash: "84f8b27b83b566c99e65ea39b29772c1"
}
Frame {
msec: 3696
hash: "84f8b27b83b566c99e65ea39b29772c1"
}
Frame {
msec: 3712
hash: "84f8b27b83b566c99e65ea39b29772c1"
}
Frame {
msec: 3728
hash: "c6ba663536f19b9f291ef35b7a70e490"
}
Frame {
msec: 3744
hash: "c6ba663536f19b9f291ef35b7a70e490"
}
Frame {
msec: 3760
hash: "c6ba663536f19b9f291ef35b7a70e490"
}
Frame {
msec: 3776
hash: "c6ba663536f19b9f291ef35b7a70e490"
}
Frame {
msec: 3792
hash: "65f22784730aa27b2628d015a1cc4abe"
}
Frame {
msec: 3808
hash: "65f22784730aa27b2628d015a1cc4abe"
}
Frame {
msec: 3824
hash: "65f22784730aa27b2628d015a1cc4abe"
}
Frame {
msec: 3840
hash: "65f22784730aa27b2628d015a1cc4abe"
}
Frame {
msec: 3856
image: "elide2.4.png"
}
Frame {
msec: 3872
hash: "b11a511d80de87329501b9c11aebbc58"
}
Frame {
msec: 3888
hash: "b11a511d80de87329501b9c11aebbc58"
}
Frame {
msec: 3904
hash: "b11a511d80de87329501b9c11aebbc58"
}
}
|