From ecb2d6faca9d4b8b2ea216a4647b42df2fc0f805 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Fri, 29 Oct 2010 11:15:14 +1000 Subject: Clean up qdeclarativeboarderimage visual tests Includes speeding up the animated resize tests. Task-number: QTBUG-14792 --- .../content/MyBorderImage.qml | 8 +- .../data/animated-smooth.0.png | Bin 61731 -> 89135 bytes .../data/animated-smooth.1.png | Bin 98927 -> 26593 bytes .../data/animated-smooth.2.png | Bin 48780 -> 0 bytes .../data/animated-smooth.3.png | Bin 32431 -> 0 bytes .../data/animated-smooth.4.png | Bin 35835 -> 0 bytes .../data/animated-smooth.5.png | Bin 79428 -> 0 bytes .../data/animated-smooth.6.png | Bin 45928 -> 0 bytes .../data/animated-smooth.qml | 1536 ++--------------- .../qdeclarativeborderimage/data/animated.0.png | Bin 23684 -> 30167 bytes .../qdeclarativeborderimage/data/animated.1.png | Bin 29115 -> 14694 bytes .../qdeclarativeborderimage/data/animated.2.png | Bin 27580 -> 0 bytes .../qdeclarativeborderimage/data/animated.3.png | Bin 14822 -> 0 bytes .../qdeclarativeborderimage/data/animated.4.png | Bin 21356 -> 0 bytes .../qdeclarativeborderimage/data/animated.5.png | Bin 31143 -> 0 bytes .../qdeclarativeborderimage/data/animated.6.png | Bin 26468 -> 0 bytes .../qdeclarativeborderimage/data/animated.7.png | Bin 16225 -> 0 bytes .../qdeclarativeborderimage/data/animated.qml | 1796 ++------------------ .../qdeclarativeborderimage/data/borders.0.png | Bin 22832 -> 24327 bytes 19 files changed, 262 insertions(+), 3078 deletions(-) delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.2.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.3.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.4.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.5.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.6.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.2.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.3.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.4.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.5.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.6.png delete mode 100644 tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.7.png diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/MyBorderImage.qml b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/MyBorderImage.qml index f4ead54..75a644a 100644 --- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/MyBorderImage.qml +++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/MyBorderImage.qml @@ -20,14 +20,14 @@ Item { SequentialAnimation on width { loops: Animation.Infinite - NumberAnimation { from: container.minWidth; to: container.maxWidth; duration: 2000; easing.type: "InOutQuad"} - NumberAnimation { from: container.maxWidth; to: container.minWidth; duration: 2000; easing.type: "InOutQuad" } + NumberAnimation { from: container.minWidth; to: container.maxWidth; duration: 1000; easing.type: "InOutQuad"} + NumberAnimation { from: container.maxWidth; to: container.minWidth; duration: 1000; easing.type: "InOutQuad" } } SequentialAnimation on height { loops: Animation.Infinite - NumberAnimation { from: container.minHeight; to: container.maxHeight; duration: 2000; easing.type: "InOutQuad"} - NumberAnimation { from: container.maxHeight; to: container.minHeight; duration: 2000; easing.type: "InOutQuad" } + NumberAnimation { from: container.minHeight; to: container.maxHeight; duration: 1000; easing.type: "InOutQuad"} + NumberAnimation { from: container.maxHeight; to: container.minHeight; duration: 1000; easing.type: "InOutQuad" } } border.top: container.margin diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.0.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.0.png index 9a6b079..b6ef0f5 100644 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.0.png and b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.0.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.1.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.1.png index 4366d53..11622a7 100644 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.1.png and b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.1.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.2.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.2.png deleted file mode 100644 index 85a2729..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.2.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.3.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.3.png deleted file mode 100644 index de6ff7c..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.3.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.4.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.4.png deleted file mode 100644 index fe7d3dd..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.4.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.5.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.5.png deleted file mode 100644 index e73bef5..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.5.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.6.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.6.png deleted file mode 100644 index 0c75422..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.6.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.qml b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.qml index e974234..1200099 100644 --- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.qml +++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.qml @@ -22,223 +22,223 @@ VisualTest { } Frame { msec: 80 - hash: "aec13bcab337e55832b0a02fb5c6b526" + hash: "9419c891e347fe6b25d30c05bae5d14c" } Frame { msec: 96 - hash: "aec13bcab337e55832b0a02fb5c6b526" + hash: "62430dd693c4eaeb7afe9e85229406a4" } Frame { msec: 112 - hash: "aec13bcab337e55832b0a02fb5c6b526" + hash: "a9b6aeb509076bf17c2068ce280326fb" } Frame { msec: 128 - hash: "cd2180be80101c2aa4350b51b7a6f502" + hash: "2570806925c3a61a7afaa09331c6eed8" } Frame { msec: 144 - hash: "de471829f8ad3b43bf1b4df9d1d65a4d" + hash: "98d48920293b11511e8bbf820dd49acc" } Frame { msec: 160 - hash: "ed9f2ca797894612600bc4b7fbaecb84" + hash: "e4809aefa55620a86484f66582d4d1b6" } Frame { msec: 176 - hash: "59470d71fa4426d0283e86371f2bfc2a" + hash: "098b063b0e5eb3dd22adb3353342725e" } Frame { msec: 192 - hash: "9a2f92efb51bcc6293d6a8e82d5314ea" + hash: "30aadc837ec2e7d8a2495453348804bc" } Frame { msec: 208 - hash: "7b66e21652a7d0982226e281a48411a9" + hash: "05013a538f2796c728b4d0ddad059851" } Frame { msec: 224 - hash: "a716c8d2c94433dee719f92f0822c8ec" + hash: "b221f14ea2c04078e23ac37ef817c50e" } Frame { msec: 240 - hash: "f22a47b846cfee96ebdf39bbce2e6d51" + hash: "3ef9de605fff5d3156bccc99a93c5da6" } Frame { msec: 256 - hash: "5a8932d13d624932a65694fd19ec05cd" + hash: "7722a4c025f1d2b560c7fec8ba8f7b6d" } Frame { msec: 272 - hash: "48e62dd171f5da82b5aa26c765e4042c" + hash: "e24ad2d67f10d2cc58dffcc469342005" } Frame { msec: 288 - hash: "63d3c47f7dec1236440a05e0a8380900" + hash: "5153a42348885ce8de81f8086f73c163" } Frame { msec: 304 - hash: "323af110731b7af0c30f8862ff59b833" + hash: "7083d70df6cc476ec342abbe6f4409b4" } Frame { msec: 320 - hash: "83c029e328e80af83158c37089cf0ece" + hash: "befd4cd74f59291a9f9a01ad2a051029" } Frame { msec: 336 - hash: "3f9a09ae19be34348bb2552915360cf7" + hash: "705cd5a0717b6a8de8871bf0bfb38129" } Frame { msec: 352 - hash: "df624d70cae1bcefda8d69c0ff055d83" + hash: "a65d51747c0183a3a096e51326fdae78" } Frame { msec: 368 - hash: "d671a3b971468e1d8aa30ab655e020a9" + hash: "99ec9ca33a26afd9e34c1d3246502926" } Frame { msec: 384 - hash: "74c837b29f7f05b615123f0e608b523f" + hash: "3355ce4b409474e6dbd99d010471a0a4" } Frame { msec: 400 - hash: "277ef98ea859fb7685fe6cd44a538a7d" + hash: "bcfb117c5860306c016a05e828773777" } Frame { msec: 416 - hash: "0a8da7a3f57c3e06e4be5ea1d8a83ae9" + hash: "4650216f60377bf7798877546c723d0a" } Frame { msec: 432 - hash: "456be9c208d690c479ba12bf6325dde0" + hash: "3821707e1201c5eebb043f86887c6bc4" } Frame { msec: 448 - hash: "10307beea6d99ab0ff5863f8e35555ed" + hash: "19c079bd61467706ff54f039f512dee6" } Frame { msec: 464 - hash: "170a1d5fe3422cf5223a78015a6a45fd" + hash: "9fdd3bb7d735a96df8538f2883d784fe" } Frame { msec: 480 - hash: "64ecb03aa538e74d0b99c6dec7751401" + hash: "d8096b88c24221d7176472031de3dc14" } Frame { msec: 496 - hash: "f3a7e74a1839f9366f9eeec4d2b80d1e" + hash: "be4abb3dd1ee3fc62b83d152a1a89576" } Frame { msec: 512 - hash: "0f347763f25350ebb62dda1536372b45" + hash: "e3d2caf6eb0afd2e6efd5c08a580e158" } Frame { msec: 528 - hash: "0af81ee0d76ff8335a0e347dc086ca37" + hash: "40bdf75ac82c26a741939945dbf85924" } Frame { msec: 544 - hash: "061406edcbd2d4930ab89c3fcab63c7f" + hash: "e2e3bee6bf84bc82c50a68e442440f05" } Frame { msec: 560 - hash: "31d65134f340d82dd40f2401bda3fb7e" + hash: "2cb89b7538d4dd398a9ff5a94e2d0020" } Frame { msec: 576 - hash: "16c16c77c65b36d1e0954d5ead2642be" + hash: "41dce41d337e7d24a5e70d831dbb448b" } Frame { msec: 592 - hash: "61c16009b65a55bffb63e27727e1615e" + hash: "7812862b4c1d67a64792a94cb584a9ed" } Frame { msec: 608 - hash: "e1474c2cdd8768ca1ef45bf3bc5234ca" + hash: "a82a2af4b9cee89e03db363f979d1661" } Frame { msec: 624 - hash: "89c159ef00d273ecfe61332e1bf7244d" + hash: "7071a72a55fab2d7b367eb113d38dc6d" } Frame { msec: 640 - hash: "f4d0d3bca25e67908b38910f47b4757e" + hash: "835de3a883cb3a7c35cb533f51f9b32c" } Frame { msec: 656 - hash: "0e0c40f8e11a7bd499c80562ac6f8a82" + hash: "498afb76e236561638532ba6cafd758a" } Frame { msec: 672 - hash: "4310a4c3037d845f088f21ad608f366a" + hash: "38ebf5835263e6e80e75653971ad74b4" } Frame { msec: 688 - hash: "3d518cd0348d6202243364af1dd6ce89" + hash: "b5e8c06b458b1afac627ed7f7e76c868" } Frame { msec: 704 - hash: "41987e6b4248d7944c0dbc6eb3862023" + hash: "594e33c35006281b2df3a45c13c31c44" } Frame { msec: 720 - hash: "3e81338d38723d56f2d6c428271f81c1" + hash: "a49989ca004a6991b49d1978cfc0fed7" } Frame { msec: 736 - hash: "74af3457583fbaf73f14556aeccc8403" + hash: "a743fc5cdcaadd42095e9e0d8441f7cc" } Frame { msec: 752 - hash: "efc119983701908a904deb24108c59cb" + hash: "4ca1600674bad4b753007322945e25dd" } Frame { msec: 768 - hash: "3a77785cfd7755f567619d8e04583f6a" + hash: "d2921c6ae6a1aa9168a2fa93e8936ff2" } Frame { msec: 784 - hash: "fd85d1dd931033973283a408b5e328a8" + hash: "55b9f82693d6ebde9ec23e3ed554bb9c" } Frame { msec: 800 - hash: "5d3e85acabe5e5ff802eb7731676274f" + hash: "15e72f5cd1847f591b0c4f6ecb74ed4a" } Frame { msec: 816 - hash: "ae12f1f37a746e16b06e6b869c89fac1" + hash: "7aa94688f72d6ddade09a9d99f1c5563" } Frame { msec: 832 - hash: "d2ed2cf3a12e41bac299399cc35abe6a" + hash: "b782f52c9cb50c72307bbd8fd15fffd2" } Frame { msec: 848 - hash: "84ef6dda8318b623832f58c46d762e89" + hash: "8106f20a3c0c3e7ea0e502e963993330" } Frame { msec: 864 - hash: "b699285764f5e8866a9996f4a0dccc69" + hash: "670b05d25b72ed4c6affdcf873374947" } Frame { msec: 880 - hash: "ddd8a006ef048c8d929144aa9fcd7c5a" + hash: "a34b08cb7e724c0563f86a5c8e209868" } Frame { msec: 896 - hash: "177666cb3bb784c83196886b2c6cf6b6" + hash: "f5281eba399a13f6fa024ae0fa6b01bd" } Frame { msec: 912 - hash: "9cd29b4b023a8b92573575fb3c3dda83" + hash: "db4dba10574839c3b3d8684aa1a2ad08" } Frame { msec: 928 - hash: "adc670a9aa0326744cb23e4f5912e6c7" + hash: "b90f1f30d340d292c658145f62e2bb8a" } Frame { msec: 944 - hash: "48db9a5e6aad9a9563a3cd35fb7fa9b6" + hash: "452c45b5cc9be80abde7af04ba49731c" } Frame { msec: 960 @@ -246,239 +246,239 @@ VisualTest { } Frame { msec: 976 - hash: "64b21b89576fdd0083f60a26f57b9c11" + hash: "8af61e4b09309e31394ae635d58fafd2" } Frame { msec: 992 - hash: "0d407ee07692d0e5a480a60952807b3c" + hash: "9ce60e38b7025c6fa72432de6a3c88b2" } Frame { msec: 1008 - hash: "845170815a87565dc4229792032b3357" + hash: "9e7f9d0e83a33f005d9ee579140c5562" } Frame { msec: 1024 - hash: "8b8120cfc14de03e048632fdea61be21" + hash: "9e7f9d0e83a33f005d9ee579140c5562" } Frame { msec: 1040 - hash: "b0070117f1c24a4da87434725d4bb989" + hash: "9ce60e38b7025c6fa72432de6a3c88b2" } Frame { msec: 1056 - hash: "0239d697642ca1d1b1d1daa3ea048e1e" + hash: "8af61e4b09309e31394ae635d58fafd2" } Frame { msec: 1072 - hash: "3df54504f8891306fa8f1e9e2075a5e2" + hash: "d9ab04d0a6a9373e5622e1124db17866" } Frame { msec: 1088 - hash: "853429387cc639496c7338244de7e1b7" + hash: "452c45b5cc9be80abde7af04ba49731c" } Frame { msec: 1104 - hash: "bd70500fbdfe5aa2fe4362a97a1dee2d" + hash: "b90f1f30d340d292c658145f62e2bb8a" } Frame { msec: 1120 - hash: "b375e723b2396b13b8f55cfc0c81c3c3" + hash: "db4dba10574839c3b3d8684aa1a2ad08" } Frame { msec: 1136 - hash: "53f05993ba3b426949badd2e4cd66d84" + hash: "f5281eba399a13f6fa024ae0fa6b01bd" } Frame { msec: 1152 - hash: "23291a0239c69ea07db959e709b1ff5f" + hash: "a34b08cb7e724c0563f86a5c8e209868" } Frame { msec: 1168 - hash: "85ef33fcb3f91e4fc20391bf94455984" + hash: "670b05d25b72ed4c6affdcf873374947" } Frame { msec: 1184 - hash: "d6615fc345831a3cc5b9a7196284b632" + hash: "8106f20a3c0c3e7ea0e502e963993330" } Frame { msec: 1200 - hash: "07acba64dc608439a8a54fcb080379e8" + hash: "b782f52c9cb50c72307bbd8fd15fffd2" } Frame { msec: 1216 - hash: "2a1fcfb753ca237b518da26e67c928e5" + hash: "7aa94688f72d6ddade09a9d99f1c5563" } Frame { msec: 1232 - hash: "1f964c6c9bebdc9945dc69a6095400f7" + hash: "15e72f5cd1847f591b0c4f6ecb74ed4a" } Frame { msec: 1248 - hash: "bd045f4532d78bba0ef1b64118fd9f24" + hash: "55b9f82693d6ebde9ec23e3ed554bb9c" } Frame { msec: 1264 - hash: "2084ccc60ddd493399c128717816d33b" + hash: "d2921c6ae6a1aa9168a2fa93e8936ff2" } Frame { msec: 1280 - hash: "0640fcb0b24d3ba4ab8695f78271a438" + hash: "4ca1600674bad4b753007322945e25dd" } Frame { msec: 1296 - hash: "7c9a98e2101c33e17c1bd7e6c2d921ff" + hash: "a743fc5cdcaadd42095e9e0d8441f7cc" } Frame { msec: 1312 - hash: "fce2648975106bc5c0ca9a4530f7f748" + hash: "a49989ca004a6991b49d1978cfc0fed7" } Frame { msec: 1328 - hash: "39cc17ee2e889f17dd07179fda99e431" + hash: "594e33c35006281b2df3a45c13c31c44" } Frame { msec: 1344 - hash: "39c46d85d20f7ef3eca1d09c7eb6a068" + hash: "b5e8c06b458b1afac627ed7f7e76c868" } Frame { msec: 1360 - hash: "d65d50fbb920e683b041a1c72238225b" + hash: "38ebf5835263e6e80e75653971ad74b4" } Frame { msec: 1376 - hash: "45d891d804609ebbe1d5ac3f826d0c17" + hash: "498afb76e236561638532ba6cafd758a" } Frame { msec: 1392 - hash: "05cbce0eaa80b4610a9067af8c40f819" + hash: "835de3a883cb3a7c35cb533f51f9b32c" } Frame { msec: 1408 - hash: "00ab7798bcd77a99886dff0414f35382" + hash: "7071a72a55fab2d7b367eb113d38dc6d" } Frame { msec: 1424 - hash: "5cc90d798786c270ddd2616512f4459f" + hash: "a82a2af4b9cee89e03db363f979d1661" } Frame { msec: 1440 - hash: "e5df07ea21e8e415c3ec82560f2d0f34" + hash: "7812862b4c1d67a64792a94cb584a9ed" } Frame { msec: 1456 - hash: "ddf1f5c0b97fe4821719ec5bf4bd091b" + hash: "41dce41d337e7d24a5e70d831dbb448b" } Frame { msec: 1472 - hash: "c61d2aa7f934fb5a9f9f7883e063b51c" + hash: "2cb89b7538d4dd398a9ff5a94e2d0020" } Frame { msec: 1488 - hash: "29ddde3300d0520a4c01b5536d8b9e7a" + hash: "e2e3bee6bf84bc82c50a68e442440f05" } Frame { msec: 1504 - hash: "2fede2f5d871654f3f8a6e9d890adeac" + hash: "40bdf75ac82c26a741939945dbf85924" } Frame { msec: 1520 - hash: "deed4c06c9b713834490832b88e7acaf" + hash: "e3d2caf6eb0afd2e6efd5c08a580e158" } Frame { msec: 1536 - hash: "c2edb016cfdd47c192d1c48281ee76ed" + hash: "be4abb3dd1ee3fc62b83d152a1a89576" } Frame { msec: 1552 - hash: "a261be47ae89e6b53e6bc1c1197154ae" + hash: "d8096b88c24221d7176472031de3dc14" } Frame { msec: 1568 - hash: "e860e97ebd73b7d1d5d5d90458b34bfe" + hash: "9fdd3bb7d735a96df8538f2883d784fe" } Frame { msec: 1584 - hash: "a087b532ecb2f28e4ee60819228c2522" + hash: "19c079bd61467706ff54f039f512dee6" } Frame { msec: 1600 - hash: "64df51b4c1bf744b2aae1c6d908c2cc3" + hash: "3821707e1201c5eebb043f86887c6bc4" } Frame { msec: 1616 - hash: "880640372bf584955627f6835f24be13" + hash: "4650216f60377bf7798877546c723d0a" } Frame { msec: 1632 - hash: "d1110817827c318ceb0c112e8c2bfc1d" + hash: "bcfb117c5860306c016a05e828773777" } Frame { msec: 1648 - hash: "705d9c8de05c859a42769f73761c6a63" + hash: "3355ce4b409474e6dbd99d010471a0a4" } Frame { msec: 1664 - hash: "3bae40654ec551d69e7c8c72f631c7a5" + hash: "99ec9ca33a26afd9e34c1d3246502926" } Frame { msec: 1680 - hash: "774740a393f3e9b8f12b81cce8da8280" + hash: "a65d51747c0183a3a096e51326fdae78" } Frame { msec: 1696 - hash: "64cd225202ed6c91b02c368a9160a656" + hash: "705cd5a0717b6a8de8871bf0bfb38129" } Frame { msec: 1712 - hash: "2b7eb8a9fe26b032be8b4b9c00995912" + hash: "befd4cd74f59291a9f9a01ad2a051029" } Frame { msec: 1728 - hash: "47e920e3884ccf2f0f49e78070af6929" + hash: "7083d70df6cc476ec342abbe6f4409b4" } Frame { msec: 1744 - hash: "fe899138116774df4c4441687e3019c5" + hash: "5153a42348885ce8de81f8086f73c163" } Frame { msec: 1760 - hash: "5d9ee853f083d514fbe51d6953d8e000" + hash: "e24ad2d67f10d2cc58dffcc469342005" } Frame { msec: 1776 - hash: "5736362b42bc2d801e02edabb983663a" + hash: "7722a4c025f1d2b560c7fec8ba8f7b6d" } Frame { msec: 1792 - hash: "c3ea530de646612f9203c5800cad884b" + hash: "3ef9de605fff5d3156bccc99a93c5da6" } Frame { msec: 1808 - hash: "48952ffa5e300778eafa768b9fe7df0c" + hash: "b221f14ea2c04078e23ac37ef817c50e" } Frame { msec: 1824 - hash: "fe04cae65aeec18697eca4f3f83a40e9" + hash: "05013a538f2796c728b4d0ddad059851" } Frame { msec: 1840 - hash: "382d454f2366c1fb4ca472faa3bfa5e9" + hash: "30aadc837ec2e7d8a2495453348804bc" } Frame { msec: 1856 - hash: "89022a8e2feb3dcb845de69aafc333ad" + hash: "098b063b0e5eb3dd22adb3353342725e" } Frame { msec: 1872 - hash: "25506557c853a0020e98cf3992956989" + hash: "e4809aefa55620a86484f66582d4d1b6" } Frame { msec: 1888 - hash: "9a64706c52c9e962816953e32950b8ba" + hash: "98d48920293b11511e8bbf820dd49acc" } Frame { msec: 1904 - hash: "3cbfded47413172ada64095e65c55e8a" + hash: "2570806925c3a61a7afaa09331c6eed8" } Frame { msec: 1920 @@ -486,1338 +486,58 @@ VisualTest { } Frame { msec: 1936 - hash: "c5e399e29b988148913e62ee208b3326" + hash: "62430dd693c4eaeb7afe9e85229406a4" } Frame { msec: 1952 - hash: "b980703c1d0018937e83a8ba8862469e" + hash: "9419c891e347fe6b25d30c05bae5d14c" } Frame { msec: 1968 - hash: "05312f9529c94d3331ace7d73c544284" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 1984 - hash: "a94de4e90a8f8eb4ec33fe902afd226c" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 2000 - hash: "ee297a2d68c9e58157d9bf189d353713" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 2016 - hash: "00f3c9b8b37cb104cf2a7701639bc61f" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 2032 - hash: "ee297a2d68c9e58157d9bf189d353713" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 2048 - hash: "a94de4e90a8f8eb4ec33fe902afd226c" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 2064 - hash: "05312f9529c94d3331ace7d73c544284" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 2080 - hash: "b980703c1d0018937e83a8ba8862469e" + hash: "9419c891e347fe6b25d30c05bae5d14c" } Frame { msec: 2096 - hash: "c5e399e29b988148913e62ee208b3326" + hash: "62430dd693c4eaeb7afe9e85229406a4" } Frame { msec: 2112 - hash: "3b7b83e97d17440b42e6ef4b962076d8" + hash: "a9b6aeb509076bf17c2068ce280326fb" } Frame { msec: 2128 - hash: "3cbfded47413172ada64095e65c55e8a" + hash: "2570806925c3a61a7afaa09331c6eed8" } Frame { msec: 2144 - hash: "9a64706c52c9e962816953e32950b8ba" - } - Frame { - msec: 2160 - hash: "25506557c853a0020e98cf3992956989" - } - Frame { - msec: 2176 - hash: "89022a8e2feb3dcb845de69aafc333ad" - } - Frame { - msec: 2192 - hash: "382d454f2366c1fb4ca472faa3bfa5e9" - } - Frame { - msec: 2208 - hash: "fe04cae65aeec18697eca4f3f83a40e9" - } - Frame { - msec: 2224 - hash: "48952ffa5e300778eafa768b9fe7df0c" - } - Frame { - msec: 2240 - hash: "c3ea530de646612f9203c5800cad884b" - } - Frame { - msec: 2256 - hash: "5736362b42bc2d801e02edabb983663a" - } - Frame { - msec: 2272 - hash: "5d9ee853f083d514fbe51d6953d8e000" - } - Frame { - msec: 2288 - hash: "fe899138116774df4c4441687e3019c5" - } - Frame { - msec: 2304 - hash: "47e920e3884ccf2f0f49e78070af6929" - } - Frame { - msec: 2320 - hash: "2b7eb8a9fe26b032be8b4b9c00995912" - } - Frame { - msec: 2336 - hash: "64cd225202ed6c91b02c368a9160a656" - } - Frame { - msec: 2352 - hash: "774740a393f3e9b8f12b81cce8da8280" - } - Frame { - msec: 2368 - hash: "3bae40654ec551d69e7c8c72f631c7a5" - } - Frame { - msec: 2384 - hash: "705d9c8de05c859a42769f73761c6a63" - } - Frame { - msec: 2400 - hash: "d1110817827c318ceb0c112e8c2bfc1d" - } - Frame { - msec: 2416 - hash: "880640372bf584955627f6835f24be13" - } - Frame { - msec: 2432 - hash: "64df51b4c1bf744b2aae1c6d908c2cc3" - } - Frame { - msec: 2448 - hash: "a087b532ecb2f28e4ee60819228c2522" - } - Frame { - msec: 2464 - hash: "e860e97ebd73b7d1d5d5d90458b34bfe" - } - Frame { - msec: 2480 - hash: "a261be47ae89e6b53e6bc1c1197154ae" - } - Frame { - msec: 2496 - hash: "c2edb016cfdd47c192d1c48281ee76ed" - } - Frame { - msec: 2512 - hash: "deed4c06c9b713834490832b88e7acaf" - } - Frame { - msec: 2528 - hash: "2fede2f5d871654f3f8a6e9d890adeac" - } - Frame { - msec: 2544 - hash: "29ddde3300d0520a4c01b5536d8b9e7a" - } - Frame { - msec: 2560 - hash: "c61d2aa7f934fb5a9f9f7883e063b51c" - } - Frame { - msec: 2576 - hash: "ddf1f5c0b97fe4821719ec5bf4bd091b" - } - Frame { - msec: 2592 - hash: "e5df07ea21e8e415c3ec82560f2d0f34" - } - Frame { - msec: 2608 - hash: "5cc90d798786c270ddd2616512f4459f" - } - Frame { - msec: 2624 - hash: "00ab7798bcd77a99886dff0414f35382" - } - Frame { - msec: 2640 - hash: "05cbce0eaa80b4610a9067af8c40f819" - } - Frame { - msec: 2656 - hash: "45d891d804609ebbe1d5ac3f826d0c17" - } - Frame { - msec: 2672 - hash: "d65d50fbb920e683b041a1c72238225b" - } - Frame { - msec: 2688 - hash: "39c46d85d20f7ef3eca1d09c7eb6a068" - } - Frame { - msec: 2704 - hash: "39cc17ee2e889f17dd07179fda99e431" - } - Frame { - msec: 2720 - hash: "fce2648975106bc5c0ca9a4530f7f748" - } - Frame { - msec: 2736 - hash: "7c9a98e2101c33e17c1bd7e6c2d921ff" - } - Frame { - msec: 2752 - hash: "0640fcb0b24d3ba4ab8695f78271a438" - } - Frame { - msec: 2768 - hash: "2084ccc60ddd493399c128717816d33b" - } - Frame { - msec: 2784 - hash: "bd045f4532d78bba0ef1b64118fd9f24" - } - Frame { - msec: 2800 - hash: "1f964c6c9bebdc9945dc69a6095400f7" - } - Frame { - msec: 2816 - hash: "2a1fcfb753ca237b518da26e67c928e5" - } - Frame { - msec: 2832 - hash: "07acba64dc608439a8a54fcb080379e8" - } - Frame { - msec: 2848 - hash: "d6615fc345831a3cc5b9a7196284b632" - } - Frame { - msec: 2864 - hash: "85ef33fcb3f91e4fc20391bf94455984" - } - Frame { - msec: 2880 - image: "animated-smooth.2.png" - } - Frame { - msec: 2896 - hash: "53f05993ba3b426949badd2e4cd66d84" - } - Frame { - msec: 2912 - hash: "b375e723b2396b13b8f55cfc0c81c3c3" - } - Frame { - msec: 2928 - hash: "bd70500fbdfe5aa2fe4362a97a1dee2d" - } - Frame { - msec: 2944 - hash: "853429387cc639496c7338244de7e1b7" - } - Frame { - msec: 2960 - hash: "3df54504f8891306fa8f1e9e2075a5e2" - } - Frame { - msec: 2976 - hash: "0239d697642ca1d1b1d1daa3ea048e1e" - } - Frame { - msec: 2992 - hash: "b0070117f1c24a4da87434725d4bb989" - } - Frame { - msec: 3008 - hash: "8b8120cfc14de03e048632fdea61be21" - } - Frame { - msec: 3024 - hash: "845170815a87565dc4229792032b3357" - } - Frame { - msec: 3040 - hash: "0d407ee07692d0e5a480a60952807b3c" - } - Frame { - msec: 3056 - hash: "64b21b89576fdd0083f60a26f57b9c11" - } - Frame { - msec: 3072 - hash: "d7e96278583f83ab636ed68fa130e4d2" - } - Frame { - msec: 3088 - hash: "48db9a5e6aad9a9563a3cd35fb7fa9b6" - } - Frame { - msec: 3104 - hash: "adc670a9aa0326744cb23e4f5912e6c7" - } - Frame { - msec: 3120 - hash: "9cd29b4b023a8b92573575fb3c3dda83" - } - Frame { - msec: 3136 - hash: "177666cb3bb784c83196886b2c6cf6b6" - } - Frame { - msec: 3152 - hash: "ddd8a006ef048c8d929144aa9fcd7c5a" - } - Frame { - msec: 3168 - hash: "b699285764f5e8866a9996f4a0dccc69" - } - Frame { - msec: 3184 - hash: "84ef6dda8318b623832f58c46d762e89" - } - Frame { - msec: 3200 - hash: "d2ed2cf3a12e41bac299399cc35abe6a" - } - Frame { - msec: 3216 - hash: "ae12f1f37a746e16b06e6b869c89fac1" - } - Frame { - msec: 3232 - hash: "5d3e85acabe5e5ff802eb7731676274f" - } - Frame { - msec: 3248 - hash: "fd85d1dd931033973283a408b5e328a8" - } - Frame { - msec: 3264 - hash: "3a77785cfd7755f567619d8e04583f6a" - } - Frame { - msec: 3280 - hash: "efc119983701908a904deb24108c59cb" - } - Frame { - msec: 3296 - hash: "74af3457583fbaf73f14556aeccc8403" - } - Frame { - msec: 3312 - hash: "3e81338d38723d56f2d6c428271f81c1" - } - Frame { - msec: 3328 - hash: "41987e6b4248d7944c0dbc6eb3862023" - } - Frame { - msec: 3344 - hash: "3d518cd0348d6202243364af1dd6ce89" - } - Frame { - msec: 3360 - hash: "4310a4c3037d845f088f21ad608f366a" - } - Frame { - msec: 3376 - hash: "0e0c40f8e11a7bd499c80562ac6f8a82" - } - Frame { - msec: 3392 - hash: "f4d0d3bca25e67908b38910f47b4757e" - } - Frame { - msec: 3408 - hash: "89c159ef00d273ecfe61332e1bf7244d" - } - Frame { - msec: 3424 - hash: "e1474c2cdd8768ca1ef45bf3bc5234ca" - } - Frame { - msec: 3440 - hash: "61c16009b65a55bffb63e27727e1615e" - } - Frame { - msec: 3456 - hash: "16c16c77c65b36d1e0954d5ead2642be" - } - Frame { - msec: 3472 - hash: "31d65134f340d82dd40f2401bda3fb7e" - } - Frame { - msec: 3488 - hash: "061406edcbd2d4930ab89c3fcab63c7f" - } - Frame { - msec: 3504 - hash: "0af81ee0d76ff8335a0e347dc086ca37" - } - Frame { - msec: 3520 - hash: "0f347763f25350ebb62dda1536372b45" - } - Frame { - msec: 3536 - hash: "f3a7e74a1839f9366f9eeec4d2b80d1e" - } - Frame { - msec: 3552 - hash: "64ecb03aa538e74d0b99c6dec7751401" - } - Frame { - msec: 3568 - hash: "170a1d5fe3422cf5223a78015a6a45fd" - } - Frame { - msec: 3584 - hash: "10307beea6d99ab0ff5863f8e35555ed" - } - Frame { - msec: 3600 - hash: "456be9c208d690c479ba12bf6325dde0" - } - Frame { - msec: 3616 - hash: "0a8da7a3f57c3e06e4be5ea1d8a83ae9" - } - Frame { - msec: 3632 - hash: "277ef98ea859fb7685fe6cd44a538a7d" - } - Frame { - msec: 3648 - hash: "74c837b29f7f05b615123f0e608b523f" - } - Frame { - msec: 3664 - hash: "d671a3b971468e1d8aa30ab655e020a9" - } - Frame { - msec: 3680 - hash: "df624d70cae1bcefda8d69c0ff055d83" - } - Frame { - msec: 3696 - hash: "3f9a09ae19be34348bb2552915360cf7" - } - Frame { - msec: 3712 - hash: "83c029e328e80af83158c37089cf0ece" - } - Frame { - msec: 3728 - hash: "323af110731b7af0c30f8862ff59b833" - } - Frame { - msec: 3744 - hash: "63d3c47f7dec1236440a05e0a8380900" - } - Frame { - msec: 3760 - hash: "48e62dd171f5da82b5aa26c765e4042c" - } - Frame { - msec: 3776 - hash: "5a8932d13d624932a65694fd19ec05cd" - } - Frame { - msec: 3792 - hash: "f22a47b846cfee96ebdf39bbce2e6d51" - } - Frame { - msec: 3808 - hash: "a716c8d2c94433dee719f92f0822c8ec" - } - Frame { - msec: 3824 - hash: "7b66e21652a7d0982226e281a48411a9" - } - Frame { - msec: 3840 - image: "animated-smooth.3.png" - } - Frame { - msec: 3856 - hash: "59470d71fa4426d0283e86371f2bfc2a" - } - Frame { - msec: 3872 - hash: "ed9f2ca797894612600bc4b7fbaecb84" - } - Frame { - msec: 3888 - hash: "de471829f8ad3b43bf1b4df9d1d65a4d" - } - Frame { - msec: 3904 - hash: "cd2180be80101c2aa4350b51b7a6f502" - } - Frame { - msec: 3920 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 3936 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 3952 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 3968 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 3984 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4000 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4016 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4032 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4048 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4064 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4080 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4096 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4112 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4128 - hash: "cd2180be80101c2aa4350b51b7a6f502" - } - Frame { - msec: 4144 - hash: "de471829f8ad3b43bf1b4df9d1d65a4d" - } - Frame { - msec: 4160 - hash: "ed9f2ca797894612600bc4b7fbaecb84" - } - Frame { - msec: 4176 - hash: "59470d71fa4426d0283e86371f2bfc2a" - } - Frame { - msec: 4192 - hash: "9a2f92efb51bcc6293d6a8e82d5314ea" - } - Frame { - msec: 4208 - hash: "7b66e21652a7d0982226e281a48411a9" - } - Frame { - msec: 4224 - hash: "a716c8d2c94433dee719f92f0822c8ec" - } - Frame { - msec: 4240 - hash: "f22a47b846cfee96ebdf39bbce2e6d51" - } - Frame { - msec: 4256 - hash: "5a8932d13d624932a65694fd19ec05cd" - } - Frame { - msec: 4272 - hash: "48e62dd171f5da82b5aa26c765e4042c" - } - Frame { - msec: 4288 - hash: "63d3c47f7dec1236440a05e0a8380900" - } - Frame { - msec: 4304 - hash: "323af110731b7af0c30f8862ff59b833" - } - Frame { - msec: 4320 - hash: "83c029e328e80af83158c37089cf0ece" - } - Frame { - msec: 4336 - hash: "3f9a09ae19be34348bb2552915360cf7" - } - Frame { - msec: 4352 - hash: "df624d70cae1bcefda8d69c0ff055d83" - } - Frame { - msec: 4368 - hash: "d671a3b971468e1d8aa30ab655e020a9" - } - Frame { - msec: 4384 - hash: "74c837b29f7f05b615123f0e608b523f" - } - Frame { - msec: 4400 - hash: "277ef98ea859fb7685fe6cd44a538a7d" - } - Frame { - msec: 4416 - hash: "0a8da7a3f57c3e06e4be5ea1d8a83ae9" - } - Frame { - msec: 4432 - hash: "456be9c208d690c479ba12bf6325dde0" - } - Frame { - msec: 4448 - hash: "10307beea6d99ab0ff5863f8e35555ed" - } - Frame { - msec: 4464 - hash: "170a1d5fe3422cf5223a78015a6a45fd" - } - Frame { - msec: 4480 - hash: "64ecb03aa538e74d0b99c6dec7751401" - } - Frame { - msec: 4496 - hash: "f3a7e74a1839f9366f9eeec4d2b80d1e" - } - Frame { - msec: 4512 - hash: "0f347763f25350ebb62dda1536372b45" - } - Frame { - msec: 4528 - hash: "0af81ee0d76ff8335a0e347dc086ca37" - } - Frame { - msec: 4544 - hash: "061406edcbd2d4930ab89c3fcab63c7f" - } - Frame { - msec: 4560 - hash: "31d65134f340d82dd40f2401bda3fb7e" - } - Frame { - msec: 4576 - hash: "16c16c77c65b36d1e0954d5ead2642be" - } - Frame { - msec: 4592 - hash: "61c16009b65a55bffb63e27727e1615e" - } - Frame { - msec: 4608 - hash: "e1474c2cdd8768ca1ef45bf3bc5234ca" - } - Frame { - msec: 4624 - hash: "89c159ef00d273ecfe61332e1bf7244d" - } - Frame { - msec: 4640 - hash: "f4d0d3bca25e67908b38910f47b4757e" - } - Frame { - msec: 4656 - hash: "0e0c40f8e11a7bd499c80562ac6f8a82" - } - Frame { - msec: 4672 - hash: "4310a4c3037d845f088f21ad608f366a" - } - Frame { - msec: 4688 - hash: "3d518cd0348d6202243364af1dd6ce89" - } - Frame { - msec: 4704 - hash: "41987e6b4248d7944c0dbc6eb3862023" - } - Frame { - msec: 4720 - hash: "3e81338d38723d56f2d6c428271f81c1" - } - Frame { - msec: 4736 - hash: "74af3457583fbaf73f14556aeccc8403" - } - Frame { - msec: 4752 - hash: "efc119983701908a904deb24108c59cb" - } - Frame { - msec: 4768 - hash: "3a77785cfd7755f567619d8e04583f6a" - } - Frame { - msec: 4784 - hash: "fd85d1dd931033973283a408b5e328a8" - } - Frame { - msec: 4800 - image: "animated-smooth.4.png" - } - Frame { - msec: 4816 - hash: "ae12f1f37a746e16b06e6b869c89fac1" - } - Frame { - msec: 4832 - hash: "d2ed2cf3a12e41bac299399cc35abe6a" - } - Frame { - msec: 4848 - hash: "84ef6dda8318b623832f58c46d762e89" - } - Frame { - msec: 4864 - hash: "b699285764f5e8866a9996f4a0dccc69" - } - Frame { - msec: 4880 - hash: "ddd8a006ef048c8d929144aa9fcd7c5a" - } - Frame { - msec: 4896 - hash: "177666cb3bb784c83196886b2c6cf6b6" - } - Frame { - msec: 4912 - hash: "9cd29b4b023a8b92573575fb3c3dda83" - } - Frame { - msec: 4928 - hash: "adc670a9aa0326744cb23e4f5912e6c7" - } - Frame { - msec: 4944 - hash: "48db9a5e6aad9a9563a3cd35fb7fa9b6" - } - Frame { - msec: 4960 - hash: "d7e96278583f83ab636ed68fa130e4d2" - } - Frame { - msec: 4976 - hash: "64b21b89576fdd0083f60a26f57b9c11" - } - Frame { - msec: 4992 - hash: "0d407ee07692d0e5a480a60952807b3c" - } - Frame { - msec: 5008 - hash: "845170815a87565dc4229792032b3357" - } - Frame { - msec: 5024 - hash: "8b8120cfc14de03e048632fdea61be21" - } - Frame { - msec: 5040 - hash: "b0070117f1c24a4da87434725d4bb989" - } - Frame { - msec: 5056 - hash: "0239d697642ca1d1b1d1daa3ea048e1e" - } - Frame { - msec: 5072 - hash: "3df54504f8891306fa8f1e9e2075a5e2" - } - Frame { - msec: 5088 - hash: "853429387cc639496c7338244de7e1b7" - } - Frame { - msec: 5104 - hash: "bd70500fbdfe5aa2fe4362a97a1dee2d" - } - Frame { - msec: 5120 - hash: "b375e723b2396b13b8f55cfc0c81c3c3" - } - Frame { - msec: 5136 - hash: "53f05993ba3b426949badd2e4cd66d84" - } - Frame { - msec: 5152 - hash: "23291a0239c69ea07db959e709b1ff5f" - } - Frame { - msec: 5168 - hash: "85ef33fcb3f91e4fc20391bf94455984" - } - Frame { - msec: 5184 - hash: "d6615fc345831a3cc5b9a7196284b632" - } - Frame { - msec: 5200 - hash: "07acba64dc608439a8a54fcb080379e8" - } - Frame { - msec: 5216 - hash: "2a1fcfb753ca237b518da26e67c928e5" - } - Frame { - msec: 5232 - hash: "1f964c6c9bebdc9945dc69a6095400f7" - } - Frame { - msec: 5248 - hash: "bd045f4532d78bba0ef1b64118fd9f24" - } - Frame { - msec: 5264 - hash: "2084ccc60ddd493399c128717816d33b" - } - Frame { - msec: 5280 - hash: "0640fcb0b24d3ba4ab8695f78271a438" - } - Frame { - msec: 5296 - hash: "7c9a98e2101c33e17c1bd7e6c2d921ff" - } - Frame { - msec: 5312 - hash: "fce2648975106bc5c0ca9a4530f7f748" - } - Frame { - msec: 5328 - hash: "39cc17ee2e889f17dd07179fda99e431" - } - Frame { - msec: 5344 - hash: "39c46d85d20f7ef3eca1d09c7eb6a068" - } - Frame { - msec: 5360 - hash: "d65d50fbb920e683b041a1c72238225b" - } - Frame { - msec: 5376 - hash: "45d891d804609ebbe1d5ac3f826d0c17" - } - Frame { - msec: 5392 - hash: "05cbce0eaa80b4610a9067af8c40f819" - } - Frame { - msec: 5408 - hash: "00ab7798bcd77a99886dff0414f35382" - } - Frame { - msec: 5424 - hash: "5cc90d798786c270ddd2616512f4459f" - } - Frame { - msec: 5440 - hash: "e5df07ea21e8e415c3ec82560f2d0f34" - } - Frame { - msec: 5456 - hash: "ddf1f5c0b97fe4821719ec5bf4bd091b" - } - Frame { - msec: 5472 - hash: "c61d2aa7f934fb5a9f9f7883e063b51c" - } - Frame { - msec: 5488 - hash: "29ddde3300d0520a4c01b5536d8b9e7a" - } - Frame { - msec: 5504 - hash: "2fede2f5d871654f3f8a6e9d890adeac" - } - Frame { - msec: 5520 - hash: "deed4c06c9b713834490832b88e7acaf" - } - Frame { - msec: 5536 - hash: "c2edb016cfdd47c192d1c48281ee76ed" - } - Frame { - msec: 5552 - hash: "a261be47ae89e6b53e6bc1c1197154ae" - } - Frame { - msec: 5568 - hash: "e860e97ebd73b7d1d5d5d90458b34bfe" - } - Frame { - msec: 5584 - hash: "a087b532ecb2f28e4ee60819228c2522" - } - Frame { - msec: 5600 - hash: "64df51b4c1bf744b2aae1c6d908c2cc3" - } - Frame { - msec: 5616 - hash: "880640372bf584955627f6835f24be13" - } - Frame { - msec: 5632 - hash: "d1110817827c318ceb0c112e8c2bfc1d" - } - Frame { - msec: 5648 - hash: "705d9c8de05c859a42769f73761c6a63" - } - Frame { - msec: 5664 - hash: "3bae40654ec551d69e7c8c72f631c7a5" - } - Frame { - msec: 5680 - hash: "774740a393f3e9b8f12b81cce8da8280" - } - Frame { - msec: 5696 - hash: "64cd225202ed6c91b02c368a9160a656" - } - Frame { - msec: 5712 - hash: "2b7eb8a9fe26b032be8b4b9c00995912" - } - Frame { - msec: 5728 - hash: "47e920e3884ccf2f0f49e78070af6929" - } - Frame { - msec: 5744 - hash: "fe899138116774df4c4441687e3019c5" - } - Frame { - msec: 5760 - image: "animated-smooth.5.png" - } - Frame { - msec: 5776 - hash: "5736362b42bc2d801e02edabb983663a" - } - Frame { - msec: 5792 - hash: "c3ea530de646612f9203c5800cad884b" - } - Frame { - msec: 5808 - hash: "48952ffa5e300778eafa768b9fe7df0c" - } - Frame { - msec: 5824 - hash: "fe04cae65aeec18697eca4f3f83a40e9" - } - Frame { - msec: 5840 - hash: "382d454f2366c1fb4ca472faa3bfa5e9" - } - Frame { - msec: 5856 - hash: "89022a8e2feb3dcb845de69aafc333ad" - } - Frame { - msec: 5872 - hash: "25506557c853a0020e98cf3992956989" - } - Frame { - msec: 5888 - hash: "9a64706c52c9e962816953e32950b8ba" - } - Frame { - msec: 5904 - hash: "3cbfded47413172ada64095e65c55e8a" - } - Frame { - msec: 5920 - hash: "3b7b83e97d17440b42e6ef4b962076d8" - } - Frame { - msec: 5936 - hash: "c5e399e29b988148913e62ee208b3326" - } - Frame { - msec: 5952 - hash: "b980703c1d0018937e83a8ba8862469e" - } - Frame { - msec: 5968 - hash: "05312f9529c94d3331ace7d73c544284" - } - Frame { - msec: 5984 - hash: "a94de4e90a8f8eb4ec33fe902afd226c" - } - Frame { - msec: 6000 - hash: "ee297a2d68c9e58157d9bf189d353713" - } - Frame { - msec: 6016 - hash: "00f3c9b8b37cb104cf2a7701639bc61f" - } - Frame { - msec: 6032 - hash: "ee297a2d68c9e58157d9bf189d353713" - } - Frame { - msec: 6048 - hash: "a94de4e90a8f8eb4ec33fe902afd226c" - } - Frame { - msec: 6064 - hash: "05312f9529c94d3331ace7d73c544284" - } - Frame { - msec: 6080 - hash: "b980703c1d0018937e83a8ba8862469e" - } - Frame { - msec: 6096 - hash: "c5e399e29b988148913e62ee208b3326" - } - Frame { - msec: 6112 - hash: "3b7b83e97d17440b42e6ef4b962076d8" - } - Frame { - msec: 6128 - hash: "3cbfded47413172ada64095e65c55e8a" - } - Frame { - msec: 6144 - hash: "9a64706c52c9e962816953e32950b8ba" - } - Frame { - msec: 6160 - hash: "25506557c853a0020e98cf3992956989" - } - Frame { - msec: 6176 - hash: "89022a8e2feb3dcb845de69aafc333ad" - } - Frame { - msec: 6192 - hash: "382d454f2366c1fb4ca472faa3bfa5e9" - } - Frame { - msec: 6208 - hash: "fe04cae65aeec18697eca4f3f83a40e9" - } - Frame { - msec: 6224 - hash: "48952ffa5e300778eafa768b9fe7df0c" - } - Frame { - msec: 6240 - hash: "c3ea530de646612f9203c5800cad884b" - } - Frame { - msec: 6256 - hash: "5736362b42bc2d801e02edabb983663a" - } - Frame { - msec: 6272 - hash: "5d9ee853f083d514fbe51d6953d8e000" - } - Frame { - msec: 6288 - hash: "fe899138116774df4c4441687e3019c5" - } - Frame { - msec: 6304 - hash: "47e920e3884ccf2f0f49e78070af6929" - } - Frame { - msec: 6320 - hash: "2b7eb8a9fe26b032be8b4b9c00995912" - } - Frame { - msec: 6336 - hash: "64cd225202ed6c91b02c368a9160a656" - } - Frame { - msec: 6352 - hash: "774740a393f3e9b8f12b81cce8da8280" - } - Frame { - msec: 6368 - hash: "3bae40654ec551d69e7c8c72f631c7a5" - } - Frame { - msec: 6384 - hash: "705d9c8de05c859a42769f73761c6a63" - } - Frame { - msec: 6400 - hash: "d1110817827c318ceb0c112e8c2bfc1d" - } - Frame { - msec: 6416 - hash: "880640372bf584955627f6835f24be13" - } - Frame { - msec: 6432 - hash: "64df51b4c1bf744b2aae1c6d908c2cc3" - } - Frame { - msec: 6448 - hash: "a087b532ecb2f28e4ee60819228c2522" - } - Frame { - msec: 6464 - hash: "e860e97ebd73b7d1d5d5d90458b34bfe" - } - Frame { - msec: 6480 - hash: "a261be47ae89e6b53e6bc1c1197154ae" - } - Frame { - msec: 6496 - hash: "c2edb016cfdd47c192d1c48281ee76ed" - } - Frame { - msec: 6512 - hash: "deed4c06c9b713834490832b88e7acaf" - } - Frame { - msec: 6528 - hash: "2fede2f5d871654f3f8a6e9d890adeac" - } - Frame { - msec: 6544 - hash: "29ddde3300d0520a4c01b5536d8b9e7a" - } - Frame { - msec: 6560 - hash: "c61d2aa7f934fb5a9f9f7883e063b51c" - } - Frame { - msec: 6576 - hash: "ddf1f5c0b97fe4821719ec5bf4bd091b" - } - Frame { - msec: 6592 - hash: "e5df07ea21e8e415c3ec82560f2d0f34" - } - Frame { - msec: 6608 - hash: "5cc90d798786c270ddd2616512f4459f" - } - Frame { - msec: 6624 - hash: "00ab7798bcd77a99886dff0414f35382" - } - Frame { - msec: 6640 - hash: "05cbce0eaa80b4610a9067af8c40f819" - } - Frame { - msec: 6656 - hash: "45d891d804609ebbe1d5ac3f826d0c17" - } - Frame { - msec: 6672 - hash: "d65d50fbb920e683b041a1c72238225b" - } - Frame { - msec: 6688 - hash: "39c46d85d20f7ef3eca1d09c7eb6a068" - } - Frame { - msec: 6704 - hash: "39cc17ee2e889f17dd07179fda99e431" - } - Frame { - msec: 6720 - image: "animated-smooth.6.png" - } - Frame { - msec: 6736 - hash: "7c9a98e2101c33e17c1bd7e6c2d921ff" - } - Frame { - msec: 6752 - hash: "0640fcb0b24d3ba4ab8695f78271a438" - } - Frame { - msec: 6768 - hash: "2084ccc60ddd493399c128717816d33b" - } - Frame { - msec: 6784 - hash: "bd045f4532d78bba0ef1b64118fd9f24" - } - Frame { - msec: 6800 - hash: "1f964c6c9bebdc9945dc69a6095400f7" - } - Frame { - msec: 6816 - hash: "2a1fcfb753ca237b518da26e67c928e5" - } - Frame { - msec: 6832 - hash: "07acba64dc608439a8a54fcb080379e8" - } - Frame { - msec: 6848 - hash: "d6615fc345831a3cc5b9a7196284b632" - } - Frame { - msec: 6864 - hash: "85ef33fcb3f91e4fc20391bf94455984" - } - Frame { - msec: 6880 - hash: "23291a0239c69ea07db959e709b1ff5f" - } - Frame { - msec: 6896 - hash: "53f05993ba3b426949badd2e4cd66d84" - } - Frame { - msec: 6912 - hash: "b375e723b2396b13b8f55cfc0c81c3c3" - } - Frame { - msec: 6928 - hash: "bd70500fbdfe5aa2fe4362a97a1dee2d" - } - Frame { - msec: 6944 - hash: "853429387cc639496c7338244de7e1b7" - } - Frame { - msec: 6960 - hash: "3df54504f8891306fa8f1e9e2075a5e2" - } - Frame { - msec: 6976 - hash: "0239d697642ca1d1b1d1daa3ea048e1e" - } - Frame { - msec: 6992 - hash: "b0070117f1c24a4da87434725d4bb989" - } - Frame { - msec: 7008 - hash: "8b8120cfc14de03e048632fdea61be21" - } - Frame { - msec: 7024 - hash: "845170815a87565dc4229792032b3357" - } - Frame { - msec: 7040 - hash: "0d407ee07692d0e5a480a60952807b3c" - } - Frame { - msec: 7056 - hash: "64b21b89576fdd0083f60a26f57b9c11" - } - Frame { - msec: 7072 - hash: "d7e96278583f83ab636ed68fa130e4d2" - } - Frame { - msec: 7088 - hash: "48db9a5e6aad9a9563a3cd35fb7fa9b6" - } - Key { - type: 6 - key: 16777249 - modifiers: 0 - text: "" - autorep: false - count: 1 - } - Frame { - msec: 7104 - hash: "adc670a9aa0326744cb23e4f5912e6c7" - } - Frame { - msec: 7120 - hash: "9cd29b4b023a8b92573575fb3c3dda83" - } - Frame { - msec: 7136 - hash: "177666cb3bb784c83196886b2c6cf6b6" - } - Frame { - msec: 7152 - hash: "ddd8a006ef048c8d929144aa9fcd7c5a" - } - Frame { - msec: 7168 - hash: "b699285764f5e8866a9996f4a0dccc69" - } - Frame { - msec: 7184 - hash: "84ef6dda8318b623832f58c46d762e89" - } - Frame { - msec: 7200 - hash: "d2ed2cf3a12e41bac299399cc35abe6a" - } - Frame { - msec: 7216 - hash: "ae12f1f37a746e16b06e6b869c89fac1" - } - Frame { - msec: 7232 - hash: "5d3e85acabe5e5ff802eb7731676274f" + hash: "98d48920293b11511e8bbf820dd49acc" } } diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.0.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.0.png index 99228f9..3efd596 100644 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.0.png and b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.0.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.1.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.1.png index a2dcd00..517fc06 100644 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.1.png and b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.1.png differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.2.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.2.png deleted file mode 100644 index 8a80020..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.2.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.3.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.3.png deleted file mode 100644 index 02b57ef..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.3.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.4.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.4.png deleted file mode 100644 index df0f6cc..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.4.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.5.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.5.png deleted file mode 100644 index 0add64d..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.5.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.6.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.6.png deleted file mode 100644 index 0886207..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.6.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.7.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.7.png deleted file mode 100644 index bc1a7b0..0000000 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.7.png and /dev/null differ diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.qml b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.qml index 630a6d2..236003a 100644 --- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.qml +++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.qml @@ -22,223 +22,223 @@ VisualTest { } Frame { msec: 80 - hash: "aec13bcab337e55832b0a02fb5c6b526" + hash: "aacf9ae3c23d174a1c1cda493600e355" } Frame { msec: 96 - hash: "aec13bcab337e55832b0a02fb5c6b526" + hash: "465ec993948f7b75aeb5759976f4620d" } Frame { msec: 112 - hash: "aec13bcab337e55832b0a02fb5c6b526" + hash: "b63e4d1686057828fd8781f1c33585f5" } Frame { msec: 128 - hash: "4c60d345821f515c7811f3b69eb94607" + hash: "4d45d70f997c2c67166905c97a900d2e" } Frame { msec: 144 - hash: "aacf9ae3c23d174a1c1cda493600e355" + hash: "08b9be66e23c7b6f6f629c7470394601" } Frame { msec: 160 - hash: "228d5312c261d1a5455faf69ec2f2520" + hash: "406224b535b4425d2708df0083acdc8e" } Frame { msec: 176 - hash: "465ec993948f7b75aeb5759976f4620d" + hash: "8419f1d75b14130730bcfec4e3a9b058" } Frame { msec: 192 - hash: "755cfccc38bababc468fe6e1076804bb" + hash: "c1936628aec13e08e9581dcd2c6d5717" } Frame { msec: 208 - hash: "b63e4d1686057828fd8781f1c33585f5" + hash: "8c66a33d26eec2a1133f4362710a5fab" } Frame { msec: 224 - hash: "c5b3dede34b0d1d78135e39c41d117c6" + hash: "01947e631c3db43f7c5b4427229bc0c8" } Frame { msec: 240 - hash: "4d45d70f997c2c67166905c97a900d2e" + hash: "06d8d8a1a41893d4e27725948a75caf4" } Frame { msec: 256 - hash: "7b4d12e5a877507e7454aa1b8ed87c2d" + hash: "ac8f096e8c7cc23bfb01de69cf3e266e" } Frame { msec: 272 - hash: "08b9be66e23c7b6f6f629c7470394601" + hash: "2a7bed775824968e318c3d40fbc5b1c2" } Frame { msec: 288 - hash: "3dac1d9632378bd18c1c938a4868e3fb" + hash: "f1a7a4a67a21f5025294af4bea3f8998" } Frame { msec: 304 - hash: "406224b535b4425d2708df0083acdc8e" + hash: "18c2f321a149e38b258ac264d40c2376" } Frame { msec: 320 - hash: "482bb92d4f0ad5d7c7e379b9e1ad326e" + hash: "19d05a96f3ae7388e854bbf1075b51c1" } Frame { msec: 336 - hash: "8419f1d75b14130730bcfec4e3a9b058" + hash: "554e1d360463871e7c05cfe6f8abe1dd" } Frame { msec: 352 - hash: "a85ee8be6a47bbd1b14137803ce606ec" + hash: "60f158382f75103c78e2b9b408e0fe65" } Frame { msec: 368 - hash: "c1936628aec13e08e9581dcd2c6d5717" + hash: "6a521f952e05d91b86ad78fd6f5de4f9" } Frame { msec: 384 - hash: "75c9bf83ca3fe24612c245698c089430" + hash: "a6f17da2dd581bdc249ff62f833dc025" } Frame { msec: 400 - hash: "8c66a33d26eec2a1133f4362710a5fab" + hash: "1ea07ee309ce2c52cbc36370b75a872f" } Frame { msec: 416 - hash: "2266df495ab5265e7514a506d3bf5bc6" + hash: "c7eb7837dce71c914186326216214eeb" } Frame { msec: 432 - hash: "01947e631c3db43f7c5b4427229bc0c8" + hash: "93cf31eabb454ec536c638a506be0648" } Frame { msec: 448 - hash: "3f62f032239d412d3637198f5e3e83d6" + hash: "1ac8c393f084aa1894c26610b7f40ea6" } Frame { msec: 464 - hash: "06d8d8a1a41893d4e27725948a75caf4" + hash: "f04e84ad3579d6334077abe73101d206" } Frame { msec: 480 - hash: "6b48bfd0c7993f746d6301c2a0f61d23" + hash: "ff0928dfd16b2da9811a172c19817a97" } Frame { msec: 496 - hash: "ac8f096e8c7cc23bfb01de69cf3e266e" + hash: "7383209c80b403b93da3264eadbc047f" } Frame { msec: 512 - hash: "dd4c9e63001bc6e0e63ea4db2d85301f" + hash: "bc747167dfb3388ac63e9e68a86b9a03" } Frame { msec: 528 - hash: "2a7bed775824968e318c3d40fbc5b1c2" + hash: "ae48da4a66f93c806725ce749700aac8" } Frame { msec: 544 - hash: "3152e5f29015ece423fbdd11a2b382b8" + hash: "956429472da133324c970774f77784f5" } Frame { msec: 560 - hash: "f1a7a4a67a21f5025294af4bea3f8998" + hash: "ec0aea8dc8c269d1f0aee5817347ac55" } Frame { msec: 576 - hash: "a40014d842471784e1222eb205395f6f" + hash: "81d2fc6727dc7449d1a87b4abea9b704" } Frame { msec: 592 - hash: "18c2f321a149e38b258ac264d40c2376" + hash: "80ebac4d923f67fb8dba3d133ce657ba" } Frame { msec: 608 - hash: "4ae120bb6dc2bd5ff81cc99ae03c191e" + hash: "5359f5e45e5467c62c2d9521c8199c48" } Frame { msec: 624 - hash: "19d05a96f3ae7388e854bbf1075b51c1" + hash: "08f55088cdce741c67539f73291e53ab" } Frame { msec: 640 - hash: "e418b5f54705515dce5ce3b4cbc45d19" + hash: "97f7a2175dcf9ac2581a92d614d72f88" } Frame { msec: 656 - hash: "554e1d360463871e7c05cfe6f8abe1dd" + hash: "985868869ef2c332da379460a2f3a71b" } Frame { msec: 672 - hash: "153237f8cf37e29ad2f32f7a8a6aecdb" + hash: "e91bb914c1eb63cd4269b30a220a128a" } Frame { msec: 688 - hash: "60f158382f75103c78e2b9b408e0fe65" + hash: "84c94704c16e246df1048f958cc8cefb" } Frame { msec: 704 - hash: "4e60300cfab8634e04dcd1b556251d31" + hash: "99de44f74f8e1f79652ab46afb4bb59e" } Frame { msec: 720 - hash: "6a521f952e05d91b86ad78fd6f5de4f9" + hash: "a1bd4e995365e79389dba80f9e3b7af8" } Frame { msec: 736 - hash: "b74521d6ac531414aeeca0fb28379d11" + hash: "3b95eb8cbfc831e1ebee2e456b026ab4" } Frame { msec: 752 - hash: "a6f17da2dd581bdc249ff62f833dc025" + hash: "11673a112566a64aca3c7010b9cc9c4d" } Frame { msec: 768 - hash: "93d9f0a7c387cbe653a9a088f8f4ef2b" + hash: "5b027815ea3c1ea54e1a02c798c468db" } Frame { msec: 784 - hash: "1ea07ee309ce2c52cbc36370b75a872f" + hash: "73c5f23f51797a33f4d2898738e6356e" } Frame { msec: 800 - hash: "593a8a45c3a0cd7ce1cb6bd1913136ba" + hash: "fb17df681d99d5de05f6329bba697ea5" } Frame { msec: 816 - hash: "c7eb7837dce71c914186326216214eeb" + hash: "0b1a741975e3d9ef8f5e78f371c89441" } Frame { msec: 832 - hash: "0cba07ca38c7f0483244832a42d9ac53" + hash: "a790f0e884ab85f7802dd094e4ef550f" } Frame { msec: 848 - hash: "93cf31eabb454ec536c638a506be0648" + hash: "b12faa76c07adc21634cd8f8cb8436ae" } Frame { msec: 864 - hash: "e8a61d3858244127cb2b2812f04f5ce9" + hash: "f57727419bb51fb1e589b960ddeb20ae" } Frame { msec: 880 - hash: "1ac8c393f084aa1894c26610b7f40ea6" + hash: "8172e076b05d95248d89e815fde820ef" } Frame { msec: 896 - hash: "8861bf848da5c96b35addff736b01520" + hash: "74c1e71378b502bc1b732a55806a10f1" } Frame { msec: 912 - hash: "f04e84ad3579d6334077abe73101d206" + hash: "a67e9a0f55512fb1c55f13c6b483923b" } Frame { msec: 928 - hash: "eac4600372f0fdfadee88896ac915a48" + hash: "13ca95adab171d9fad9ee8b75d0226bc" } Frame { msec: 944 - hash: "ff0928dfd16b2da9811a172c19817a97" + hash: "7aa0cbf73f7999be7cde4ec739efbc33" } Frame { msec: 960 @@ -246,239 +246,239 @@ VisualTest { } Frame { msec: 976 - hash: "7383209c80b403b93da3264eadbc047f" + hash: "29245946cbd811fe6bf6b2b41cc13002" } Frame { msec: 992 - hash: "86360bd58bba5fdd901c105ddb2e3ade" + hash: "058c918e83bfdd665cd836566b53959b" } Frame { msec: 1008 - hash: "bc747167dfb3388ac63e9e68a86b9a03" + hash: "ed5d80c33dbf72624385b1cf43784626" } Frame { msec: 1024 - hash: "bccb4b8a494bd45bd70c2524a02a9dc3" + hash: "ed5d80c33dbf72624385b1cf43784626" } Frame { msec: 1040 - hash: "ae48da4a66f93c806725ce749700aac8" + hash: "058c918e83bfdd665cd836566b53959b" } Frame { msec: 1056 - hash: "c763f56728e17fc119539a4d45dfccc3" + hash: "29245946cbd811fe6bf6b2b41cc13002" } Frame { msec: 1072 - hash: "956429472da133324c970774f77784f5" + hash: "d1ed4916cb1ecff60277d74369ff311b" } Frame { msec: 1088 - hash: "a4ddb4956d71fd642d54757938100cf3" + hash: "7aa0cbf73f7999be7cde4ec739efbc33" } Frame { msec: 1104 - hash: "ec0aea8dc8c269d1f0aee5817347ac55" + hash: "13ca95adab171d9fad9ee8b75d0226bc" } Frame { msec: 1120 - hash: "68dae343cf324391ec6721cea14575f7" + hash: "a67e9a0f55512fb1c55f13c6b483923b" } Frame { msec: 1136 - hash: "81d2fc6727dc7449d1a87b4abea9b704" + hash: "74c1e71378b502bc1b732a55806a10f1" } Frame { msec: 1152 - hash: "c3a1f12febc979150028737722d6d045" + hash: "8172e076b05d95248d89e815fde820ef" } Frame { msec: 1168 - hash: "80ebac4d923f67fb8dba3d133ce657ba" + hash: "f57727419bb51fb1e589b960ddeb20ae" } Frame { msec: 1184 - hash: "7c22fc3e30377cc14326833bdd23ddd8" + hash: "b12faa76c07adc21634cd8f8cb8436ae" } Frame { msec: 1200 - hash: "5359f5e45e5467c62c2d9521c8199c48" + hash: "a790f0e884ab85f7802dd094e4ef550f" } Frame { msec: 1216 - hash: "30f84a7f67b13a945ba6d5935ea92da5" + hash: "0b1a741975e3d9ef8f5e78f371c89441" } Frame { msec: 1232 - hash: "08f55088cdce741c67539f73291e53ab" + hash: "fb17df681d99d5de05f6329bba697ea5" } Frame { msec: 1248 - hash: "93128906d054e44bfd126fc22bdc3102" + hash: "73c5f23f51797a33f4d2898738e6356e" } Frame { msec: 1264 - hash: "97f7a2175dcf9ac2581a92d614d72f88" + hash: "5b027815ea3c1ea54e1a02c798c468db" } Frame { msec: 1280 - hash: "587cb6e05048579088e88e0180e3ad48" + hash: "11673a112566a64aca3c7010b9cc9c4d" } Frame { msec: 1296 - hash: "985868869ef2c332da379460a2f3a71b" + hash: "3b95eb8cbfc831e1ebee2e456b026ab4" } Frame { msec: 1312 - hash: "94084ca4998fcda408f6987f52c34185" + hash: "a1bd4e995365e79389dba80f9e3b7af8" } Frame { msec: 1328 - hash: "e91bb914c1eb63cd4269b30a220a128a" + hash: "99de44f74f8e1f79652ab46afb4bb59e" } Frame { msec: 1344 - hash: "e880d93963c80e4fab5173554c9600fc" + hash: "84c94704c16e246df1048f958cc8cefb" } Frame { msec: 1360 - hash: "84c94704c16e246df1048f958cc8cefb" + hash: "e91bb914c1eb63cd4269b30a220a128a" } Frame { msec: 1376 - hash: "4f1eace868a6688e5b24ce48a1f0fd18" + hash: "985868869ef2c332da379460a2f3a71b" } Frame { msec: 1392 - hash: "99de44f74f8e1f79652ab46afb4bb59e" + hash: "97f7a2175dcf9ac2581a92d614d72f88" } Frame { msec: 1408 - hash: "44072400ca3f0237d1aebae28a94becc" + hash: "08f55088cdce741c67539f73291e53ab" } Frame { msec: 1424 - hash: "a1bd4e995365e79389dba80f9e3b7af8" + hash: "5359f5e45e5467c62c2d9521c8199c48" } Frame { msec: 1440 - hash: "95d776c84fe155617fc4ee51bdb45b7e" + hash: "80ebac4d923f67fb8dba3d133ce657ba" } Frame { msec: 1456 - hash: "3b95eb8cbfc831e1ebee2e456b026ab4" + hash: "81d2fc6727dc7449d1a87b4abea9b704" } Frame { msec: 1472 - hash: "826c7741ba0c51de407bb799e8f360b5" + hash: "ec0aea8dc8c269d1f0aee5817347ac55" } Frame { msec: 1488 - hash: "11673a112566a64aca3c7010b9cc9c4d" + hash: "956429472da133324c970774f77784f5" } Frame { msec: 1504 - hash: "e1e6c7a7f51bcccd749710dbbf9e97f6" + hash: "ae48da4a66f93c806725ce749700aac8" } Frame { msec: 1520 - hash: "5b027815ea3c1ea54e1a02c798c468db" + hash: "bc747167dfb3388ac63e9e68a86b9a03" } Frame { msec: 1536 - hash: "65c514c9e926affe1da0b4826d2754c7" + hash: "7383209c80b403b93da3264eadbc047f" } Frame { msec: 1552 - hash: "73c5f23f51797a33f4d2898738e6356e" + hash: "ff0928dfd16b2da9811a172c19817a97" } Frame { msec: 1568 - hash: "acd9a2e76b22ab0ff809fd3ec3a018ec" + hash: "f04e84ad3579d6334077abe73101d206" } Frame { msec: 1584 - hash: "fb17df681d99d5de05f6329bba697ea5" + hash: "1ac8c393f084aa1894c26610b7f40ea6" } Frame { msec: 1600 - hash: "1bf7a98884b506b38326f59f85a53f41" + hash: "93cf31eabb454ec536c638a506be0648" } Frame { msec: 1616 - hash: "0b1a741975e3d9ef8f5e78f371c89441" + hash: "c7eb7837dce71c914186326216214eeb" } Frame { msec: 1632 - hash: "a6937ee49648ed0cb409063bf1da3b87" + hash: "1ea07ee309ce2c52cbc36370b75a872f" } Frame { msec: 1648 - hash: "a790f0e884ab85f7802dd094e4ef550f" + hash: "a6f17da2dd581bdc249ff62f833dc025" } Frame { msec: 1664 - hash: "3b644aac161f0a75bfb64f5075373190" + hash: "6a521f952e05d91b86ad78fd6f5de4f9" } Frame { msec: 1680 - hash: "b12faa76c07adc21634cd8f8cb8436ae" + hash: "60f158382f75103c78e2b9b408e0fe65" } Frame { msec: 1696 - hash: "3fb20f9dbd40b4729235e13af9643afc" + hash: "554e1d360463871e7c05cfe6f8abe1dd" } Frame { msec: 1712 - hash: "f57727419bb51fb1e589b960ddeb20ae" + hash: "19d05a96f3ae7388e854bbf1075b51c1" } Frame { msec: 1728 - hash: "7b78cba247f2c209ed81e003ca25d0a5" + hash: "18c2f321a149e38b258ac264d40c2376" } Frame { msec: 1744 - hash: "8172e076b05d95248d89e815fde820ef" + hash: "f1a7a4a67a21f5025294af4bea3f8998" } Frame { msec: 1760 - hash: "a88d6fc324ef48aa52c642a1662ec679" + hash: "2a7bed775824968e318c3d40fbc5b1c2" } Frame { msec: 1776 - hash: "74c1e71378b502bc1b732a55806a10f1" + hash: "ac8f096e8c7cc23bfb01de69cf3e266e" } Frame { msec: 1792 - hash: "6eae517ad33f0609c31ef1f8f80ba899" + hash: "06d8d8a1a41893d4e27725948a75caf4" } Frame { msec: 1808 - hash: "a67e9a0f55512fb1c55f13c6b483923b" + hash: "01947e631c3db43f7c5b4427229bc0c8" } Frame { msec: 1824 - hash: "4887cd34d9926a361f3ca2e75be53ea6" + hash: "8c66a33d26eec2a1133f4362710a5fab" } Frame { msec: 1840 - hash: "13ca95adab171d9fad9ee8b75d0226bc" + hash: "c1936628aec13e08e9581dcd2c6d5717" } Frame { msec: 1856 - hash: "affab9fb48c889a2680eb81458d400f9" + hash: "8419f1d75b14130730bcfec4e3a9b058" } Frame { msec: 1872 - hash: "7aa0cbf73f7999be7cde4ec739efbc33" + hash: "406224b535b4425d2708df0083acdc8e" } Frame { msec: 1888 - hash: "36c054064c9a76f4072492e55c70fb6c" + hash: "08b9be66e23c7b6f6f629c7470394601" } Frame { msec: 1904 - hash: "d1ed4916cb1ecff60277d74369ff311b" + hash: "4d45d70f997c2c67166905c97a900d2e" } Frame { msec: 1920 @@ -486,1606 +486,70 @@ VisualTest { } Frame { msec: 1936 - hash: "29245946cbd811fe6bf6b2b41cc13002" + hash: "465ec993948f7b75aeb5759976f4620d" } Frame { msec: 1952 - hash: "8a9dd7a2d10771633e6896f3f4a722ae" + hash: "aacf9ae3c23d174a1c1cda493600e355" } Frame { msec: 1968 - hash: "058c918e83bfdd665cd836566b53959b" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 1984 - hash: "fdf3b7a0391119e2fe77be8d6a17481d" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 2000 - hash: "ed5d80c33dbf72624385b1cf43784626" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 2016 - hash: "911591db1519ba264847f09868e38e0e" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 2032 - hash: "ed5d80c33dbf72624385b1cf43784626" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 2048 - hash: "fdf3b7a0391119e2fe77be8d6a17481d" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 2064 - hash: "058c918e83bfdd665cd836566b53959b" + hash: "aec13bcab337e55832b0a02fb5c6b526" } Frame { msec: 2080 - hash: "8a9dd7a2d10771633e6896f3f4a722ae" + hash: "aacf9ae3c23d174a1c1cda493600e355" } Frame { msec: 2096 - hash: "29245946cbd811fe6bf6b2b41cc13002" + hash: "465ec993948f7b75aeb5759976f4620d" } Frame { msec: 2112 - hash: "63ebaa4869728f5e2891d068e4b0091c" + hash: "b63e4d1686057828fd8781f1c33585f5" } Frame { msec: 2128 - hash: "d1ed4916cb1ecff60277d74369ff311b" + hash: "4d45d70f997c2c67166905c97a900d2e" } Frame { msec: 2144 - hash: "36c054064c9a76f4072492e55c70fb6c" + hash: "08b9be66e23c7b6f6f629c7470394601" } Frame { msec: 2160 - hash: "7aa0cbf73f7999be7cde4ec739efbc33" + hash: "406224b535b4425d2708df0083acdc8e" } Frame { msec: 2176 - hash: "affab9fb48c889a2680eb81458d400f9" + hash: "8419f1d75b14130730bcfec4e3a9b058" } Frame { msec: 2192 - hash: "13ca95adab171d9fad9ee8b75d0226bc" - } - Frame { - msec: 2208 - hash: "4887cd34d9926a361f3ca2e75be53ea6" - } - Frame { - msec: 2224 - hash: "a67e9a0f55512fb1c55f13c6b483923b" - } - Frame { - msec: 2240 - hash: "6eae517ad33f0609c31ef1f8f80ba899" - } - Frame { - msec: 2256 - hash: "74c1e71378b502bc1b732a55806a10f1" - } - Frame { - msec: 2272 - hash: "a88d6fc324ef48aa52c642a1662ec679" - } - Frame { - msec: 2288 - hash: "8172e076b05d95248d89e815fde820ef" - } - Frame { - msec: 2304 - hash: "7b78cba247f2c209ed81e003ca25d0a5" - } - Frame { - msec: 2320 - hash: "f57727419bb51fb1e589b960ddeb20ae" - } - Frame { - msec: 2336 - hash: "3fb20f9dbd40b4729235e13af9643afc" - } - Frame { - msec: 2352 - hash: "b12faa76c07adc21634cd8f8cb8436ae" - } - Frame { - msec: 2368 - hash: "3b644aac161f0a75bfb64f5075373190" - } - Frame { - msec: 2384 - hash: "a790f0e884ab85f7802dd094e4ef550f" - } - Frame { - msec: 2400 - hash: "a6937ee49648ed0cb409063bf1da3b87" - } - Frame { - msec: 2416 - hash: "0b1a741975e3d9ef8f5e78f371c89441" - } - Frame { - msec: 2432 - hash: "1bf7a98884b506b38326f59f85a53f41" - } - Frame { - msec: 2448 - hash: "fb17df681d99d5de05f6329bba697ea5" - } - Frame { - msec: 2464 - hash: "acd9a2e76b22ab0ff809fd3ec3a018ec" - } - Frame { - msec: 2480 - hash: "73c5f23f51797a33f4d2898738e6356e" - } - Frame { - msec: 2496 - hash: "65c514c9e926affe1da0b4826d2754c7" - } - Frame { - msec: 2512 - hash: "5b027815ea3c1ea54e1a02c798c468db" - } - Frame { - msec: 2528 - hash: "e1e6c7a7f51bcccd749710dbbf9e97f6" - } - Frame { - msec: 2544 - hash: "11673a112566a64aca3c7010b9cc9c4d" - } - Frame { - msec: 2560 - hash: "826c7741ba0c51de407bb799e8f360b5" - } - Frame { - msec: 2576 - hash: "3b95eb8cbfc831e1ebee2e456b026ab4" - } - Frame { - msec: 2592 - hash: "95d776c84fe155617fc4ee51bdb45b7e" - } - Frame { - msec: 2608 - hash: "a1bd4e995365e79389dba80f9e3b7af8" - } - Frame { - msec: 2624 - hash: "44072400ca3f0237d1aebae28a94becc" - } - Frame { - msec: 2640 - hash: "99de44f74f8e1f79652ab46afb4bb59e" - } - Frame { - msec: 2656 - hash: "4f1eace868a6688e5b24ce48a1f0fd18" - } - Frame { - msec: 2672 - hash: "84c94704c16e246df1048f958cc8cefb" - } - Frame { - msec: 2688 - hash: "e880d93963c80e4fab5173554c9600fc" - } - Frame { - msec: 2704 - hash: "e91bb914c1eb63cd4269b30a220a128a" - } - Frame { - msec: 2720 - hash: "94084ca4998fcda408f6987f52c34185" - } - Frame { - msec: 2736 - hash: "985868869ef2c332da379460a2f3a71b" - } - Frame { - msec: 2752 - hash: "587cb6e05048579088e88e0180e3ad48" - } - Frame { - msec: 2768 - hash: "97f7a2175dcf9ac2581a92d614d72f88" - } - Frame { - msec: 2784 - hash: "93128906d054e44bfd126fc22bdc3102" - } - Frame { - msec: 2800 - hash: "08f55088cdce741c67539f73291e53ab" - } - Frame { - msec: 2816 - hash: "30f84a7f67b13a945ba6d5935ea92da5" - } - Frame { - msec: 2832 - hash: "5359f5e45e5467c62c2d9521c8199c48" - } - Frame { - msec: 2848 - hash: "7c22fc3e30377cc14326833bdd23ddd8" - } - Frame { - msec: 2864 - hash: "80ebac4d923f67fb8dba3d133ce657ba" - } - Frame { - msec: 2880 - image: "animated.2.png" - } - Frame { - msec: 2896 - hash: "81d2fc6727dc7449d1a87b4abea9b704" - } - Frame { - msec: 2912 - hash: "68dae343cf324391ec6721cea14575f7" - } - Frame { - msec: 2928 - hash: "ec0aea8dc8c269d1f0aee5817347ac55" - } - Frame { - msec: 2944 - hash: "a4ddb4956d71fd642d54757938100cf3" - } - Frame { - msec: 2960 - hash: "956429472da133324c970774f77784f5" - } - Frame { - msec: 2976 - hash: "c763f56728e17fc119539a4d45dfccc3" - } - Frame { - msec: 2992 - hash: "ae48da4a66f93c806725ce749700aac8" - } - Frame { - msec: 3008 - hash: "bccb4b8a494bd45bd70c2524a02a9dc3" - } - Frame { - msec: 3024 - hash: "bc747167dfb3388ac63e9e68a86b9a03" - } - Frame { - msec: 3040 - hash: "86360bd58bba5fdd901c105ddb2e3ade" - } - Frame { - msec: 3056 - hash: "7383209c80b403b93da3264eadbc047f" - } - Frame { - msec: 3072 - hash: "280288a7988736e30a2a3e4289ac3b0c" - } - Frame { - msec: 3088 - hash: "ff0928dfd16b2da9811a172c19817a97" - } - Frame { - msec: 3104 - hash: "eac4600372f0fdfadee88896ac915a48" - } - Frame { - msec: 3120 - hash: "f04e84ad3579d6334077abe73101d206" - } - Frame { - msec: 3136 - hash: "8861bf848da5c96b35addff736b01520" - } - Frame { - msec: 3152 - hash: "1ac8c393f084aa1894c26610b7f40ea6" - } - Frame { - msec: 3168 - hash: "e8a61d3858244127cb2b2812f04f5ce9" - } - Frame { - msec: 3184 - hash: "93cf31eabb454ec536c638a506be0648" - } - Frame { - msec: 3200 - hash: "0cba07ca38c7f0483244832a42d9ac53" - } - Frame { - msec: 3216 - hash: "c7eb7837dce71c914186326216214eeb" - } - Frame { - msec: 3232 - hash: "593a8a45c3a0cd7ce1cb6bd1913136ba" - } - Frame { - msec: 3248 - hash: "1ea07ee309ce2c52cbc36370b75a872f" - } - Frame { - msec: 3264 - hash: "93d9f0a7c387cbe653a9a088f8f4ef2b" - } - Frame { - msec: 3280 - hash: "a6f17da2dd581bdc249ff62f833dc025" - } - Frame { - msec: 3296 - hash: "b74521d6ac531414aeeca0fb28379d11" - } - Frame { - msec: 3312 - hash: "6a521f952e05d91b86ad78fd6f5de4f9" - } - Frame { - msec: 3328 - hash: "4e60300cfab8634e04dcd1b556251d31" - } - Frame { - msec: 3344 - hash: "60f158382f75103c78e2b9b408e0fe65" - } - Frame { - msec: 3360 - hash: "153237f8cf37e29ad2f32f7a8a6aecdb" - } - Frame { - msec: 3376 - hash: "554e1d360463871e7c05cfe6f8abe1dd" - } - Frame { - msec: 3392 - hash: "e418b5f54705515dce5ce3b4cbc45d19" - } - Frame { - msec: 3408 - hash: "19d05a96f3ae7388e854bbf1075b51c1" - } - Frame { - msec: 3424 - hash: "4ae120bb6dc2bd5ff81cc99ae03c191e" - } - Frame { - msec: 3440 - hash: "18c2f321a149e38b258ac264d40c2376" - } - Frame { - msec: 3456 - hash: "a40014d842471784e1222eb205395f6f" - } - Frame { - msec: 3472 - hash: "f1a7a4a67a21f5025294af4bea3f8998" - } - Frame { - msec: 3488 - hash: "3152e5f29015ece423fbdd11a2b382b8" - } - Frame { - msec: 3504 - hash: "2a7bed775824968e318c3d40fbc5b1c2" - } - Frame { - msec: 3520 - hash: "dd4c9e63001bc6e0e63ea4db2d85301f" - } - Frame { - msec: 3536 - hash: "ac8f096e8c7cc23bfb01de69cf3e266e" - } - Frame { - msec: 3552 - hash: "6b48bfd0c7993f746d6301c2a0f61d23" - } - Frame { - msec: 3568 - hash: "06d8d8a1a41893d4e27725948a75caf4" - } - Frame { - msec: 3584 - hash: "3f62f032239d412d3637198f5e3e83d6" - } - Frame { - msec: 3600 - hash: "01947e631c3db43f7c5b4427229bc0c8" - } - Frame { - msec: 3616 - hash: "2266df495ab5265e7514a506d3bf5bc6" - } - Frame { - msec: 3632 - hash: "8c66a33d26eec2a1133f4362710a5fab" - } - Frame { - msec: 3648 - hash: "75c9bf83ca3fe24612c245698c089430" - } - Frame { - msec: 3664 - hash: "c1936628aec13e08e9581dcd2c6d5717" - } - Frame { - msec: 3680 - hash: "a85ee8be6a47bbd1b14137803ce606ec" - } - Frame { - msec: 3696 - hash: "8419f1d75b14130730bcfec4e3a9b058" - } - Frame { - msec: 3712 - hash: "482bb92d4f0ad5d7c7e379b9e1ad326e" - } - Frame { - msec: 3728 - hash: "406224b535b4425d2708df0083acdc8e" - } - Frame { - msec: 3744 - hash: "3dac1d9632378bd18c1c938a4868e3fb" - } - Frame { - msec: 3760 - hash: "08b9be66e23c7b6f6f629c7470394601" - } - Frame { - msec: 3776 - hash: "7b4d12e5a877507e7454aa1b8ed87c2d" - } - Frame { - msec: 3792 - hash: "4d45d70f997c2c67166905c97a900d2e" - } - Frame { - msec: 3808 - hash: "c5b3dede34b0d1d78135e39c41d117c6" - } - Frame { - msec: 3824 - hash: "b63e4d1686057828fd8781f1c33585f5" - } - Frame { - msec: 3840 - image: "animated.3.png" - } - Frame { - msec: 3856 - hash: "465ec993948f7b75aeb5759976f4620d" - } - Frame { - msec: 3872 - hash: "228d5312c261d1a5455faf69ec2f2520" - } - Frame { - msec: 3888 - hash: "aacf9ae3c23d174a1c1cda493600e355" - } - Frame { - msec: 3904 - hash: "4c60d345821f515c7811f3b69eb94607" - } - Frame { - msec: 3920 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 3936 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 3952 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 3968 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 3984 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4000 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4016 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4032 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4048 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4064 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4080 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4096 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4112 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 4128 - hash: "4c60d345821f515c7811f3b69eb94607" - } - Frame { - msec: 4144 - hash: "aacf9ae3c23d174a1c1cda493600e355" - } - Frame { - msec: 4160 - hash: "228d5312c261d1a5455faf69ec2f2520" - } - Frame { - msec: 4176 - hash: "465ec993948f7b75aeb5759976f4620d" - } - Frame { - msec: 4192 - hash: "755cfccc38bababc468fe6e1076804bb" - } - Frame { - msec: 4208 - hash: "b63e4d1686057828fd8781f1c33585f5" - } - Frame { - msec: 4224 - hash: "c5b3dede34b0d1d78135e39c41d117c6" - } - Frame { - msec: 4240 - hash: "4d45d70f997c2c67166905c97a900d2e" - } - Frame { - msec: 4256 - hash: "7b4d12e5a877507e7454aa1b8ed87c2d" - } - Frame { - msec: 4272 - hash: "08b9be66e23c7b6f6f629c7470394601" - } - Frame { - msec: 4288 - hash: "3dac1d9632378bd18c1c938a4868e3fb" - } - Frame { - msec: 4304 - hash: "406224b535b4425d2708df0083acdc8e" - } - Frame { - msec: 4320 - hash: "482bb92d4f0ad5d7c7e379b9e1ad326e" - } - Frame { - msec: 4336 - hash: "8419f1d75b14130730bcfec4e3a9b058" - } - Frame { - msec: 4352 - hash: "a85ee8be6a47bbd1b14137803ce606ec" - } - Frame { - msec: 4368 - hash: "c1936628aec13e08e9581dcd2c6d5717" - } - Frame { - msec: 4384 - hash: "75c9bf83ca3fe24612c245698c089430" - } - Frame { - msec: 4400 - hash: "8c66a33d26eec2a1133f4362710a5fab" - } - Frame { - msec: 4416 - hash: "2266df495ab5265e7514a506d3bf5bc6" - } - Frame { - msec: 4432 - hash: "01947e631c3db43f7c5b4427229bc0c8" - } - Frame { - msec: 4448 - hash: "3f62f032239d412d3637198f5e3e83d6" - } - Frame { - msec: 4464 - hash: "06d8d8a1a41893d4e27725948a75caf4" - } - Frame { - msec: 4480 - hash: "6b48bfd0c7993f746d6301c2a0f61d23" - } - Frame { - msec: 4496 - hash: "ac8f096e8c7cc23bfb01de69cf3e266e" - } - Frame { - msec: 4512 - hash: "dd4c9e63001bc6e0e63ea4db2d85301f" - } - Frame { - msec: 4528 - hash: "2a7bed775824968e318c3d40fbc5b1c2" - } - Frame { - msec: 4544 - hash: "3152e5f29015ece423fbdd11a2b382b8" - } - Frame { - msec: 4560 - hash: "f1a7a4a67a21f5025294af4bea3f8998" - } - Frame { - msec: 4576 - hash: "a40014d842471784e1222eb205395f6f" - } - Frame { - msec: 4592 - hash: "18c2f321a149e38b258ac264d40c2376" - } - Frame { - msec: 4608 - hash: "4ae120bb6dc2bd5ff81cc99ae03c191e" - } - Frame { - msec: 4624 - hash: "19d05a96f3ae7388e854bbf1075b51c1" - } - Frame { - msec: 4640 - hash: "e418b5f54705515dce5ce3b4cbc45d19" - } - Frame { - msec: 4656 - hash: "554e1d360463871e7c05cfe6f8abe1dd" - } - Frame { - msec: 4672 - hash: "153237f8cf37e29ad2f32f7a8a6aecdb" - } - Frame { - msec: 4688 - hash: "60f158382f75103c78e2b9b408e0fe65" - } - Frame { - msec: 4704 - hash: "4e60300cfab8634e04dcd1b556251d31" - } - Frame { - msec: 4720 - hash: "6a521f952e05d91b86ad78fd6f5de4f9" - } - Frame { - msec: 4736 - hash: "b74521d6ac531414aeeca0fb28379d11" - } - Frame { - msec: 4752 - hash: "a6f17da2dd581bdc249ff62f833dc025" - } - Frame { - msec: 4768 - hash: "93d9f0a7c387cbe653a9a088f8f4ef2b" - } - Frame { - msec: 4784 - hash: "1ea07ee309ce2c52cbc36370b75a872f" - } - Frame { - msec: 4800 - image: "animated.4.png" - } - Frame { - msec: 4816 - hash: "c7eb7837dce71c914186326216214eeb" - } - Frame { - msec: 4832 - hash: "0cba07ca38c7f0483244832a42d9ac53" - } - Frame { - msec: 4848 - hash: "93cf31eabb454ec536c638a506be0648" - } - Frame { - msec: 4864 - hash: "e8a61d3858244127cb2b2812f04f5ce9" - } - Frame { - msec: 4880 - hash: "1ac8c393f084aa1894c26610b7f40ea6" - } - Frame { - msec: 4896 - hash: "8861bf848da5c96b35addff736b01520" - } - Frame { - msec: 4912 - hash: "f04e84ad3579d6334077abe73101d206" - } - Frame { - msec: 4928 - hash: "eac4600372f0fdfadee88896ac915a48" - } - Frame { - msec: 4944 - hash: "ff0928dfd16b2da9811a172c19817a97" - } - Frame { - msec: 4960 - hash: "280288a7988736e30a2a3e4289ac3b0c" - } - Frame { - msec: 4976 - hash: "7383209c80b403b93da3264eadbc047f" - } - Frame { - msec: 4992 - hash: "86360bd58bba5fdd901c105ddb2e3ade" - } - Frame { - msec: 5008 - hash: "bc747167dfb3388ac63e9e68a86b9a03" - } - Frame { - msec: 5024 - hash: "bccb4b8a494bd45bd70c2524a02a9dc3" - } - Frame { - msec: 5040 - hash: "ae48da4a66f93c806725ce749700aac8" - } - Frame { - msec: 5056 - hash: "c763f56728e17fc119539a4d45dfccc3" - } - Frame { - msec: 5072 - hash: "956429472da133324c970774f77784f5" - } - Frame { - msec: 5088 - hash: "a4ddb4956d71fd642d54757938100cf3" - } - Frame { - msec: 5104 - hash: "ec0aea8dc8c269d1f0aee5817347ac55" - } - Frame { - msec: 5120 - hash: "68dae343cf324391ec6721cea14575f7" - } - Frame { - msec: 5136 - hash: "81d2fc6727dc7449d1a87b4abea9b704" - } - Frame { - msec: 5152 - hash: "c3a1f12febc979150028737722d6d045" - } - Frame { - msec: 5168 - hash: "80ebac4d923f67fb8dba3d133ce657ba" - } - Frame { - msec: 5184 - hash: "7c22fc3e30377cc14326833bdd23ddd8" - } - Frame { - msec: 5200 - hash: "5359f5e45e5467c62c2d9521c8199c48" - } - Frame { - msec: 5216 - hash: "30f84a7f67b13a945ba6d5935ea92da5" - } - Frame { - msec: 5232 - hash: "08f55088cdce741c67539f73291e53ab" - } - Frame { - msec: 5248 - hash: "93128906d054e44bfd126fc22bdc3102" - } - Frame { - msec: 5264 - hash: "97f7a2175dcf9ac2581a92d614d72f88" - } - Frame { - msec: 5280 - hash: "587cb6e05048579088e88e0180e3ad48" - } - Frame { - msec: 5296 - hash: "985868869ef2c332da379460a2f3a71b" - } - Frame { - msec: 5312 - hash: "94084ca4998fcda408f6987f52c34185" - } - Frame { - msec: 5328 - hash: "e91bb914c1eb63cd4269b30a220a128a" - } - Frame { - msec: 5344 - hash: "e880d93963c80e4fab5173554c9600fc" - } - Frame { - msec: 5360 - hash: "84c94704c16e246df1048f958cc8cefb" - } - Frame { - msec: 5376 - hash: "4f1eace868a6688e5b24ce48a1f0fd18" - } - Frame { - msec: 5392 - hash: "99de44f74f8e1f79652ab46afb4bb59e" - } - Frame { - msec: 5408 - hash: "44072400ca3f0237d1aebae28a94becc" - } - Frame { - msec: 5424 - hash: "a1bd4e995365e79389dba80f9e3b7af8" - } - Frame { - msec: 5440 - hash: "95d776c84fe155617fc4ee51bdb45b7e" - } - Frame { - msec: 5456 - hash: "3b95eb8cbfc831e1ebee2e456b026ab4" - } - Frame { - msec: 5472 - hash: "826c7741ba0c51de407bb799e8f360b5" - } - Frame { - msec: 5488 - hash: "11673a112566a64aca3c7010b9cc9c4d" - } - Frame { - msec: 5504 - hash: "e1e6c7a7f51bcccd749710dbbf9e97f6" - } - Frame { - msec: 5520 - hash: "5b027815ea3c1ea54e1a02c798c468db" - } - Frame { - msec: 5536 - hash: "65c514c9e926affe1da0b4826d2754c7" - } - Frame { - msec: 5552 - hash: "73c5f23f51797a33f4d2898738e6356e" - } - Frame { - msec: 5568 - hash: "acd9a2e76b22ab0ff809fd3ec3a018ec" - } - Frame { - msec: 5584 - hash: "fb17df681d99d5de05f6329bba697ea5" - } - Frame { - msec: 5600 - hash: "1bf7a98884b506b38326f59f85a53f41" - } - Frame { - msec: 5616 - hash: "0b1a741975e3d9ef8f5e78f371c89441" - } - Frame { - msec: 5632 - hash: "a6937ee49648ed0cb409063bf1da3b87" - } - Frame { - msec: 5648 - hash: "a790f0e884ab85f7802dd094e4ef550f" - } - Frame { - msec: 5664 - hash: "3b644aac161f0a75bfb64f5075373190" - } - Frame { - msec: 5680 - hash: "b12faa76c07adc21634cd8f8cb8436ae" - } - Frame { - msec: 5696 - hash: "3fb20f9dbd40b4729235e13af9643afc" - } - Frame { - msec: 5712 - hash: "f57727419bb51fb1e589b960ddeb20ae" - } - Frame { - msec: 5728 - hash: "7b78cba247f2c209ed81e003ca25d0a5" - } - Frame { - msec: 5744 - hash: "8172e076b05d95248d89e815fde820ef" - } - Frame { - msec: 5760 - image: "animated.5.png" - } - Frame { - msec: 5776 - hash: "74c1e71378b502bc1b732a55806a10f1" - } - Frame { - msec: 5792 - hash: "6eae517ad33f0609c31ef1f8f80ba899" - } - Frame { - msec: 5808 - hash: "a67e9a0f55512fb1c55f13c6b483923b" - } - Frame { - msec: 5824 - hash: "4887cd34d9926a361f3ca2e75be53ea6" - } - Frame { - msec: 5840 - hash: "13ca95adab171d9fad9ee8b75d0226bc" - } - Frame { - msec: 5856 - hash: "affab9fb48c889a2680eb81458d400f9" - } - Frame { - msec: 5872 - hash: "7aa0cbf73f7999be7cde4ec739efbc33" - } - Frame { - msec: 5888 - hash: "36c054064c9a76f4072492e55c70fb6c" - } - Frame { - msec: 5904 - hash: "d1ed4916cb1ecff60277d74369ff311b" - } - Frame { - msec: 5920 - hash: "63ebaa4869728f5e2891d068e4b0091c" - } - Frame { - msec: 5936 - hash: "29245946cbd811fe6bf6b2b41cc13002" - } - Frame { - msec: 5952 - hash: "8a9dd7a2d10771633e6896f3f4a722ae" - } - Frame { - msec: 5968 - hash: "058c918e83bfdd665cd836566b53959b" - } - Frame { - msec: 5984 - hash: "fdf3b7a0391119e2fe77be8d6a17481d" - } - Frame { - msec: 6000 - hash: "ed5d80c33dbf72624385b1cf43784626" - } - Frame { - msec: 6016 - hash: "911591db1519ba264847f09868e38e0e" - } - Frame { - msec: 6032 - hash: "ed5d80c33dbf72624385b1cf43784626" - } - Frame { - msec: 6048 - hash: "fdf3b7a0391119e2fe77be8d6a17481d" - } - Frame { - msec: 6064 - hash: "058c918e83bfdd665cd836566b53959b" - } - Frame { - msec: 6080 - hash: "8a9dd7a2d10771633e6896f3f4a722ae" - } - Frame { - msec: 6096 - hash: "29245946cbd811fe6bf6b2b41cc13002" - } - Frame { - msec: 6112 - hash: "63ebaa4869728f5e2891d068e4b0091c" - } - Frame { - msec: 6128 - hash: "d1ed4916cb1ecff60277d74369ff311b" - } - Frame { - msec: 6144 - hash: "36c054064c9a76f4072492e55c70fb6c" - } - Frame { - msec: 6160 - hash: "7aa0cbf73f7999be7cde4ec739efbc33" - } - Frame { - msec: 6176 - hash: "affab9fb48c889a2680eb81458d400f9" - } - Frame { - msec: 6192 - hash: "13ca95adab171d9fad9ee8b75d0226bc" - } - Frame { - msec: 6208 - hash: "4887cd34d9926a361f3ca2e75be53ea6" - } - Frame { - msec: 6224 - hash: "a67e9a0f55512fb1c55f13c6b483923b" - } - Frame { - msec: 6240 - hash: "6eae517ad33f0609c31ef1f8f80ba899" - } - Frame { - msec: 6256 - hash: "74c1e71378b502bc1b732a55806a10f1" - } - Frame { - msec: 6272 - hash: "a88d6fc324ef48aa52c642a1662ec679" - } - Frame { - msec: 6288 - hash: "8172e076b05d95248d89e815fde820ef" - } - Frame { - msec: 6304 - hash: "7b78cba247f2c209ed81e003ca25d0a5" - } - Frame { - msec: 6320 - hash: "f57727419bb51fb1e589b960ddeb20ae" - } - Frame { - msec: 6336 - hash: "3fb20f9dbd40b4729235e13af9643afc" - } - Frame { - msec: 6352 - hash: "b12faa76c07adc21634cd8f8cb8436ae" - } - Frame { - msec: 6368 - hash: "3b644aac161f0a75bfb64f5075373190" - } - Frame { - msec: 6384 - hash: "a790f0e884ab85f7802dd094e4ef550f" - } - Frame { - msec: 6400 - hash: "a6937ee49648ed0cb409063bf1da3b87" - } - Frame { - msec: 6416 - hash: "0b1a741975e3d9ef8f5e78f371c89441" - } - Frame { - msec: 6432 - hash: "1bf7a98884b506b38326f59f85a53f41" - } - Frame { - msec: 6448 - hash: "fb17df681d99d5de05f6329bba697ea5" - } - Frame { - msec: 6464 - hash: "acd9a2e76b22ab0ff809fd3ec3a018ec" - } - Frame { - msec: 6480 - hash: "73c5f23f51797a33f4d2898738e6356e" - } - Frame { - msec: 6496 - hash: "65c514c9e926affe1da0b4826d2754c7" - } - Frame { - msec: 6512 - hash: "5b027815ea3c1ea54e1a02c798c468db" - } - Frame { - msec: 6528 - hash: "e1e6c7a7f51bcccd749710dbbf9e97f6" - } - Frame { - msec: 6544 - hash: "11673a112566a64aca3c7010b9cc9c4d" - } - Frame { - msec: 6560 - hash: "826c7741ba0c51de407bb799e8f360b5" - } - Frame { - msec: 6576 - hash: "3b95eb8cbfc831e1ebee2e456b026ab4" - } - Frame { - msec: 6592 - hash: "95d776c84fe155617fc4ee51bdb45b7e" - } - Frame { - msec: 6608 - hash: "a1bd4e995365e79389dba80f9e3b7af8" - } - Frame { - msec: 6624 - hash: "44072400ca3f0237d1aebae28a94becc" - } - Frame { - msec: 6640 - hash: "99de44f74f8e1f79652ab46afb4bb59e" - } - Frame { - msec: 6656 - hash: "4f1eace868a6688e5b24ce48a1f0fd18" - } - Frame { - msec: 6672 - hash: "84c94704c16e246df1048f958cc8cefb" - } - Frame { - msec: 6688 - hash: "e880d93963c80e4fab5173554c9600fc" - } - Frame { - msec: 6704 - hash: "e91bb914c1eb63cd4269b30a220a128a" - } - Frame { - msec: 6720 - image: "animated.6.png" - } - Frame { - msec: 6736 - hash: "985868869ef2c332da379460a2f3a71b" - } - Frame { - msec: 6752 - hash: "587cb6e05048579088e88e0180e3ad48" - } - Frame { - msec: 6768 - hash: "97f7a2175dcf9ac2581a92d614d72f88" - } - Frame { - msec: 6784 - hash: "93128906d054e44bfd126fc22bdc3102" - } - Frame { - msec: 6800 - hash: "08f55088cdce741c67539f73291e53ab" - } - Frame { - msec: 6816 - hash: "30f84a7f67b13a945ba6d5935ea92da5" - } - Frame { - msec: 6832 - hash: "5359f5e45e5467c62c2d9521c8199c48" - } - Frame { - msec: 6848 - hash: "7c22fc3e30377cc14326833bdd23ddd8" - } - Frame { - msec: 6864 - hash: "80ebac4d923f67fb8dba3d133ce657ba" - } - Frame { - msec: 6880 - hash: "c3a1f12febc979150028737722d6d045" - } - Frame { - msec: 6896 - hash: "81d2fc6727dc7449d1a87b4abea9b704" - } - Frame { - msec: 6912 - hash: "68dae343cf324391ec6721cea14575f7" - } - Frame { - msec: 6928 - hash: "ec0aea8dc8c269d1f0aee5817347ac55" - } - Frame { - msec: 6944 - hash: "a4ddb4956d71fd642d54757938100cf3" - } - Frame { - msec: 6960 - hash: "956429472da133324c970774f77784f5" - } - Frame { - msec: 6976 - hash: "c763f56728e17fc119539a4d45dfccc3" - } - Frame { - msec: 6992 - hash: "ae48da4a66f93c806725ce749700aac8" - } - Frame { - msec: 7008 - hash: "bccb4b8a494bd45bd70c2524a02a9dc3" - } - Frame { - msec: 7024 - hash: "bc747167dfb3388ac63e9e68a86b9a03" - } - Frame { - msec: 7040 - hash: "86360bd58bba5fdd901c105ddb2e3ade" - } - Frame { - msec: 7056 - hash: "7383209c80b403b93da3264eadbc047f" - } - Frame { - msec: 7072 - hash: "280288a7988736e30a2a3e4289ac3b0c" - } - Frame { - msec: 7088 - hash: "ff0928dfd16b2da9811a172c19817a97" - } - Frame { - msec: 7104 - hash: "eac4600372f0fdfadee88896ac915a48" - } - Frame { - msec: 7120 - hash: "f04e84ad3579d6334077abe73101d206" - } - Frame { - msec: 7136 - hash: "8861bf848da5c96b35addff736b01520" - } - Frame { - msec: 7152 - hash: "1ac8c393f084aa1894c26610b7f40ea6" - } - Frame { - msec: 7168 - hash: "e8a61d3858244127cb2b2812f04f5ce9" - } - Frame { - msec: 7184 - hash: "93cf31eabb454ec536c638a506be0648" - } - Frame { - msec: 7200 - hash: "0cba07ca38c7f0483244832a42d9ac53" - } - Frame { - msec: 7216 - hash: "c7eb7837dce71c914186326216214eeb" - } - Frame { - msec: 7232 - hash: "593a8a45c3a0cd7ce1cb6bd1913136ba" - } - Frame { - msec: 7248 - hash: "1ea07ee309ce2c52cbc36370b75a872f" - } - Frame { - msec: 7264 - hash: "93d9f0a7c387cbe653a9a088f8f4ef2b" - } - Frame { - msec: 7280 - hash: "a6f17da2dd581bdc249ff62f833dc025" - } - Frame { - msec: 7296 - hash: "b74521d6ac531414aeeca0fb28379d11" - } - Frame { - msec: 7312 - hash: "6a521f952e05d91b86ad78fd6f5de4f9" - } - Frame { - msec: 7328 - hash: "4e60300cfab8634e04dcd1b556251d31" - } - Frame { - msec: 7344 - hash: "60f158382f75103c78e2b9b408e0fe65" - } - Frame { - msec: 7360 - hash: "153237f8cf37e29ad2f32f7a8a6aecdb" - } - Frame { - msec: 7376 - hash: "554e1d360463871e7c05cfe6f8abe1dd" - } - Frame { - msec: 7392 - hash: "e418b5f54705515dce5ce3b4cbc45d19" - } - Frame { - msec: 7408 - hash: "19d05a96f3ae7388e854bbf1075b51c1" - } - Frame { - msec: 7424 - hash: "4ae120bb6dc2bd5ff81cc99ae03c191e" - } - Frame { - msec: 7440 - hash: "18c2f321a149e38b258ac264d40c2376" - } - Frame { - msec: 7456 - hash: "a40014d842471784e1222eb205395f6f" - } - Frame { - msec: 7472 - hash: "f1a7a4a67a21f5025294af4bea3f8998" - } - Frame { - msec: 7488 - hash: "3152e5f29015ece423fbdd11a2b382b8" - } - Frame { - msec: 7504 - hash: "2a7bed775824968e318c3d40fbc5b1c2" - } - Frame { - msec: 7520 - hash: "dd4c9e63001bc6e0e63ea4db2d85301f" - } - Frame { - msec: 7536 - hash: "ac8f096e8c7cc23bfb01de69cf3e266e" - } - Frame { - msec: 7552 - hash: "6b48bfd0c7993f746d6301c2a0f61d23" - } - Frame { - msec: 7568 - hash: "06d8d8a1a41893d4e27725948a75caf4" - } - Frame { - msec: 7584 - hash: "3f62f032239d412d3637198f5e3e83d6" - } - Frame { - msec: 7600 - hash: "01947e631c3db43f7c5b4427229bc0c8" - } - Frame { - msec: 7616 - hash: "2266df495ab5265e7514a506d3bf5bc6" - } - Frame { - msec: 7632 - hash: "8c66a33d26eec2a1133f4362710a5fab" - } - Frame { - msec: 7648 - hash: "75c9bf83ca3fe24612c245698c089430" - } - Frame { - msec: 7664 hash: "c1936628aec13e08e9581dcd2c6d5717" } - Frame { - msec: 7680 - image: "animated.7.png" - } - Frame { - msec: 7696 - hash: "8419f1d75b14130730bcfec4e3a9b058" - } - Frame { - msec: 7712 - hash: "482bb92d4f0ad5d7c7e379b9e1ad326e" - } - Frame { - msec: 7728 - hash: "406224b535b4425d2708df0083acdc8e" - } - Frame { - msec: 7744 - hash: "3dac1d9632378bd18c1c938a4868e3fb" - } - Frame { - msec: 7760 - hash: "08b9be66e23c7b6f6f629c7470394601" - } - Frame { - msec: 7776 - hash: "7b4d12e5a877507e7454aa1b8ed87c2d" - } - Frame { - msec: 7792 - hash: "4d45d70f997c2c67166905c97a900d2e" - } - Frame { - msec: 7808 - hash: "c5b3dede34b0d1d78135e39c41d117c6" - } - Frame { - msec: 7824 - hash: "b63e4d1686057828fd8781f1c33585f5" - } - Frame { - msec: 7840 - hash: "755cfccc38bababc468fe6e1076804bb" - } - Frame { - msec: 7856 - hash: "465ec993948f7b75aeb5759976f4620d" - } - Frame { - msec: 7872 - hash: "228d5312c261d1a5455faf69ec2f2520" - } - Frame { - msec: 7888 - hash: "aacf9ae3c23d174a1c1cda493600e355" - } - Frame { - msec: 7904 - hash: "4c60d345821f515c7811f3b69eb94607" - } - Frame { - msec: 7920 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 7936 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 7952 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 7968 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 7984 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 8000 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 8016 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 8032 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 8048 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 8064 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 8080 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 8096 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 8112 - hash: "aec13bcab337e55832b0a02fb5c6b526" - } - Frame { - msec: 8128 - hash: "4c60d345821f515c7811f3b69eb94607" - } - Frame { - msec: 8144 - hash: "aacf9ae3c23d174a1c1cda493600e355" - } - Frame { - msec: 8160 - hash: "228d5312c261d1a5455faf69ec2f2520" - } - Frame { - msec: 8176 - hash: "465ec993948f7b75aeb5759976f4620d" - } - Frame { - msec: 8192 - hash: "755cfccc38bababc468fe6e1076804bb" - } - Frame { - msec: 8208 - hash: "b63e4d1686057828fd8781f1c33585f5" - } - Frame { - msec: 8224 - hash: "c5b3dede34b0d1d78135e39c41d117c6" - } - Frame { - msec: 8240 - hash: "4d45d70f997c2c67166905c97a900d2e" - } - Frame { - msec: 8256 - hash: "7b4d12e5a877507e7454aa1b8ed87c2d" - } - Frame { - msec: 8272 - hash: "08b9be66e23c7b6f6f629c7470394601" - } - Key { - type: 6 - key: 16777249 - modifiers: 0 - text: "" - autorep: false - count: 1 - } - Frame { - msec: 8288 - hash: "3dac1d9632378bd18c1c938a4868e3fb" - } - Frame { - msec: 8304 - hash: "406224b535b4425d2708df0083acdc8e" - } } diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/borders.0.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/borders.0.png index bb9dfbb..03d7082 100644 Binary files a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/borders.0.png and b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/borders.0.png differ -- cgit v0.12