summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativeborderimage
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-11-16 05:44:32 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-11-16 06:03:13 (GMT)
commitdf1a50f6bd25c0955c7d8e4b6b89a7b7957b69f6 (patch)
treed8a72e5fafc4ec2b2331ee9288a94ebc6dedfdae /tests/auto/declarative/qmlvisual/qdeclarativeborderimage
parent60436458bbde50b03e10f13d61625b0aef8fbf3d (diff)
downloadQt-df1a50f6bd25c0955c7d8e4b6b89a7b7957b69f6.zip
Qt-df1a50f6bd25c0955c7d8e4b6b89a7b7957b69f6.tar.gz
Qt-df1a50f6bd25c0955c7d8e4b6b89a7b7957b69f6.tar.bz2
Update qml visual tests
Added guidelines for size, and shrunk tests that exceeded them. Also updated the visuals for all text tests now that antialiasing is off Also some other minor cleanups. Also had to update the visuals for all tests, due to the bug in generating the test scripts being fixed (all need to be remade). Task-number: QTBUG-14792
Diffstat (limited to 'tests/auto/declarative/qmlvisual/qdeclarativeborderimage')
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/animated-smooth.qml105
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/animated.qml97
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/MyBorderImage.qml10
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors-round.sci8
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors-stretch.sci8
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors.pngbin1655 -> 713 bytes
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/qmldir1
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.0.pngbin9375 -> 4686 bytes
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.1.pngbin26593 -> 25454 bytes
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.qml378
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.0.pngbin9375 -> 4686 bytes
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.1.pngbin14694 -> 9642 bytes
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.qml378
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/borders.0.pngbin24327 -> 28741 bytes
14 files changed, 282 insertions, 703 deletions
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/animated-smooth.qml b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/animated-smooth.qml
index 8c21cee..33d8cb8 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/animated-smooth.qml
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/animated-smooth.qml
@@ -4,52 +4,63 @@ import "content"
Rectangle {
id: page
color: "white"
- width: 1030; height: 540
-
- MyBorderImage {
- x: 20; y: 20; minWidth: 120; maxWidth: 240
- minHeight: 120; maxHeight: 240
- source: "content/colors.png"; margin: 30; antialiased: true
- }
- MyBorderImage {
- x: 270; y: 20; minWidth: 120; maxWidth: 240
- minHeight: 120; maxHeight: 240; antialiased: true
- source: "content/colors.png"; margin: 30
- horizontalMode: BorderImage.Repeat; verticalMode: BorderImage.Repeat
- }
- MyBorderImage {
- x: 520; y: 20; minWidth: 120; maxWidth: 240
- minHeight: 120; maxHeight: 240; antialiased: true
- source: "content/colors.png"; margin: 30
- horizontalMode: BorderImage.Stretch; verticalMode: BorderImage.Repeat
- }
- MyBorderImage {
- x: 770; y: 20; minWidth: 120; maxWidth: 240
- minHeight: 120; maxHeight: 240; antialiased: true
- source: "content/colors.png"; margin: 30
- horizontalMode: BorderImage.Round; verticalMode: BorderImage.Round
- }
- MyBorderImage {
- x: 20; y: 280; minWidth: 60; maxWidth: 200
- minHeight: 40; maxHeight: 200; antialiased: true
- source: "content/bw.png"; margin: 10
- }
- MyBorderImage {
- x: 270; y: 280; minWidth: 60; maxWidth: 200
- minHeight: 40; maxHeight: 200; antialiased: true
- source: "content/bw.png"; margin: 10
- horizontalMode: BorderImage.Repeat; verticalMode: BorderImage.Repeat
- }
- MyBorderImage {
- x: 520; y: 280; minWidth: 60; maxWidth: 200
- minHeight: 40; maxHeight: 200; antialiased: true
- source: "content/bw.png"; margin: 10
- horizontalMode: BorderImage.Stretch; verticalMode: BorderImage.Repeat
- }
- MyBorderImage {
- x: 770; y: 280; minWidth: 60; maxWidth: 200
- minHeight: 40; maxHeight: 200; antialiased: true
- source: "content/bw.png"; margin: 10
- horizontalMode: BorderImage.Round; verticalMode: BorderImage.Round
+ width: 520; height: 260
+ Grid{
+ columns: 4
+ spacing: 4
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 60; maxHeight: 120
+ source: "content/colors.png"; margin: 15
+ antialiased: true
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 60; maxHeight: 120
+ source: "content/colors.png"; margin: 15
+ horizontalMode: BorderImage.Repeat; verticalMode: BorderImage.Repeat
+ antialiased: true
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 60; maxHeight: 120
+ source: "content/colors.png"; margin: 15
+ horizontalMode: BorderImage.Stretch; verticalMode: BorderImage.Repeat
+ antialiased: true
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 60; maxHeight: 120
+ source: "content/colors.png"; margin: 15
+ horizontalMode: BorderImage.Round; verticalMode: BorderImage.Round
+ antialiased: true
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 40; maxHeight: 120
+ source: "content/bw.png"; margin: 10
+ antialiased: true
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 40; maxHeight: 120
+ source: "content/bw.png"; margin: 10
+ horizontalMode: BorderImage.Repeat; verticalMode: BorderImage.Repeat
+ antialiased: true
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 40; maxHeight: 120
+ source: "content/bw.png"; margin: 10
+ horizontalMode: BorderImage.Stretch; verticalMode: BorderImage.Repeat
+ antialiased: true
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 40; maxHeight: 120
+ source: "content/bw.png"; margin: 10
+ horizontalMode: BorderImage.Round; verticalMode: BorderImage.Round
+ antialiased: true
+ }
}
}
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/animated.qml b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/animated.qml
index fb5cac0..21f6b5f 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/animated.qml
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/animated.qml
@@ -4,52 +4,55 @@ import "content"
Rectangle {
id: page
color: "white"
- width: 1030; height: 540
-
- MyBorderImage {
- x: 20; y: 20; minWidth: 120; maxWidth: 240
- minHeight: 120; maxHeight: 240
- source: "content/colors.png"; margin: 30
- }
- MyBorderImage {
- x: 270; y: 20; minWidth: 120; maxWidth: 240
- minHeight: 120; maxHeight: 240
- source: "content/colors.png"; margin: 30
- horizontalMode: BorderImage.Repeat; verticalMode: BorderImage.Repeat
- }
- MyBorderImage {
- x: 520; y: 20; minWidth: 120; maxWidth: 240
- minHeight: 120; maxHeight: 240
- source: "content/colors.png"; margin: 30
- horizontalMode: BorderImage.Stretch; verticalMode: BorderImage.Repeat
- }
- MyBorderImage {
- x: 770; y: 20; minWidth: 120; maxWidth: 240
- minHeight: 120; maxHeight: 240
- source: "content/colors.png"; margin: 30
- horizontalMode: BorderImage.Round; verticalMode: BorderImage.Round
- }
- MyBorderImage {
- x: 20; y: 280; minWidth: 60; maxWidth: 200
- minHeight: 40; maxHeight: 200
- source: "content/bw.png"; margin: 10
- }
- MyBorderImage {
- x: 270; y: 280; minWidth: 60; maxWidth: 200
- minHeight: 40; maxHeight: 200
- source: "content/bw.png"; margin: 10
- horizontalMode: BorderImage.Repeat; verticalMode: BorderImage.Repeat
- }
- MyBorderImage {
- x: 520; y: 280; minWidth: 60; maxWidth: 200
- minHeight: 40; maxHeight: 200
- source: "content/bw.png"; margin: 10
- horizontalMode: BorderImage.Stretch; verticalMode: BorderImage.Repeat
- }
- MyBorderImage {
- x: 770; y: 280; minWidth: 60; maxWidth: 200
- minHeight: 40; maxHeight: 200
- source: "content/bw.png"; margin: 10
- horizontalMode: BorderImage.Round; verticalMode: BorderImage.Round
+ width: 520; height: 260
+ Grid{
+ columns: 4
+ spacing: 4
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 60; maxHeight: 120
+ source: "content/colors.png"; margin: 15
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 60; maxHeight: 120
+ source: "content/colors.png"; margin: 15
+ horizontalMode: BorderImage.Repeat; verticalMode: BorderImage.Repeat
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 60; maxHeight: 120
+ source: "content/colors.png"; margin: 15
+ horizontalMode: BorderImage.Stretch; verticalMode: BorderImage.Repeat
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 60; maxHeight: 120
+ source: "content/colors.png"; margin: 15
+ horizontalMode: BorderImage.Round; verticalMode: BorderImage.Round
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 40; maxHeight: 120
+ source: "content/bw.png"; margin: 10
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 40; maxHeight: 120
+ source: "content/bw.png"; margin: 10
+ horizontalMode: BorderImage.Repeat; verticalMode: BorderImage.Repeat
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 40; maxHeight: 120
+ source: "content/bw.png"; margin: 10
+ horizontalMode: BorderImage.Stretch; verticalMode: BorderImage.Repeat
+ }
+ MyBorderImage {
+ minWidth: 60; maxWidth: 120
+ minHeight: 40; maxHeight: 120
+ source: "content/bw.png"; margin: 10
+ horizontalMode: BorderImage.Round; verticalMode: BorderImage.Round
+ }
}
}
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/MyBorderImage.qml b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/MyBorderImage.qml
index 75a644a..923db47 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/MyBorderImage.qml
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/MyBorderImage.qml
@@ -13,21 +13,21 @@ Item {
property int margin
id: container
- width: 240; height: 240
+ width: maxWidth; height: maxHeight
BorderImage {
id: image; x: container.width / 2 - width / 2; y: container.height / 2 - height / 2
SequentialAnimation on width {
loops: Animation.Infinite
- NumberAnimation { from: container.minWidth; to: container.maxWidth; duration: 1000; easing.type: "InOutQuad"}
- NumberAnimation { from: container.maxWidth; to: container.minWidth; duration: 1000; easing.type: "InOutQuad" }
+ NumberAnimation { from: container.minWidth; to: container.maxWidth; duration: 600; easing.type: "InOutQuad"}
+ NumberAnimation { from: container.maxWidth; to: container.minWidth; duration: 600; easing.type: "InOutQuad" }
}
SequentialAnimation on height {
loops: Animation.Infinite
- NumberAnimation { from: container.minHeight; to: container.maxHeight; duration: 1000; easing.type: "InOutQuad"}
- NumberAnimation { from: container.maxHeight; to: container.minHeight; duration: 1000; easing.type: "InOutQuad" }
+ NumberAnimation { from: container.minHeight; to: container.maxHeight; duration: 600; easing.type: "InOutQuad"}
+ NumberAnimation { from: container.maxHeight; to: container.minHeight; duration: 600; easing.type: "InOutQuad" }
}
border.top: container.margin
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors-round.sci b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors-round.sci
index 506f6f5..0d91764 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors-round.sci
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors-round.sci
@@ -1,7 +1,7 @@
-border.left:30
-border.top:30
-border.right:30
-border.bottom:30
+border.left:15
+border.top:15
+border.right:15
+border.bottom:15
horizontalTileRule:Round
verticalTileRule:Round
source:colors.png
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors-stretch.sci b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors-stretch.sci
index e4989a7..16ac8cc 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors-stretch.sci
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors-stretch.sci
@@ -1,5 +1,5 @@
-border.left:30
-border.top:30
-border.right:30
-border.bottom:30
+border.left:15
+border.top:15
+border.right:15
+border.bottom:15
source:colors.png
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors.png
index dfb62f3..116907d 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors.png
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/colors.png
Binary files differ
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/qmldir b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/qmldir
new file mode 100644
index 0000000..0c732d2
--- /dev/null
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/content/qmldir
@@ -0,0 +1 @@
+MyBorderImage 1.0 MyBorderImage.qml
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 bebca88..b7d06e4 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.0.png
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.0.png
Binary files 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 11622a7..d904aa0 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.1.png
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.1.png
Binary files differ
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.qml b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.qml
index 7bec3fb..6c7a940 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.qml
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated-smooth.qml
@@ -10,534 +10,310 @@ VisualTest {
}
Frame {
msec: 32
- hash: "aec13bcab337e55832b0a02fb5c6b526"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 48
- hash: "aec13bcab337e55832b0a02fb5c6b526"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 64
- hash: "aec13bcab337e55832b0a02fb5c6b526"
+ hash: "8ba2cebd7b80bd58612ce46470e7763b"
}
Frame {
msec: 80
- hash: "9419c891e347fe6b25d30c05bae5d14c"
+ hash: "9ab9c8f788bbca58552bbb6009386d69"
}
Frame {
msec: 96
- hash: "62430dd693c4eaeb7afe9e85229406a4"
+ hash: "7f4b50df7848ad07fb75cb19f2c4b04a"
}
Frame {
msec: 112
- hash: "a9b6aeb509076bf17c2068ce280326fb"
+ hash: "425e48ae492190eb6b8028be11352d7e"
}
Frame {
msec: 128
- hash: "2570806925c3a61a7afaa09331c6eed8"
+ hash: "183e1f8321edb7b8d1cc2cc858039360"
}
Frame {
msec: 144
- hash: "98d48920293b11511e8bbf820dd49acc"
+ hash: "83d82bc27b0e3387dddb8e7e09380e02"
}
Frame {
msec: 160
- hash: "e4809aefa55620a86484f66582d4d1b6"
+ hash: "bca94a64a283e7e30ec8c1fe3249f981"
}
Frame {
msec: 176
- hash: "098b063b0e5eb3dd22adb3353342725e"
+ hash: "26cbcf6233c8fd222a857a8ae801749a"
}
Frame {
msec: 192
- hash: "30aadc837ec2e7d8a2495453348804bc"
+ hash: "ac1d21dba648ab729e1670ead441b173"
}
Frame {
msec: 208
- hash: "05013a538f2796c728b4d0ddad059851"
+ hash: "e42811f8029c6cd70041f8492a31ff27"
}
Frame {
msec: 224
- hash: "b221f14ea2c04078e23ac37ef817c50e"
+ hash: "f0b06b2ccf1be47ab7c5f6863ccdc495"
}
Frame {
msec: 240
- hash: "3ef9de605fff5d3156bccc99a93c5da6"
+ hash: "9b398166d385facb2d02c86cd92ab85f"
}
Frame {
msec: 256
- hash: "7722a4c025f1d2b560c7fec8ba8f7b6d"
+ hash: "a4414a5ae4e44320383d49441d7acb51"
}
Frame {
msec: 272
- hash: "e24ad2d67f10d2cc58dffcc469342005"
+ hash: "f09208fa210f3b0b271af9ef6f3741e8"
}
Frame {
msec: 288
- hash: "5153a42348885ce8de81f8086f73c163"
+ hash: "054f7aebcef583f9c8469aaa2e62f9ea"
}
Frame {
msec: 304
- hash: "7083d70df6cc476ec342abbe6f4409b4"
+ hash: "1331b1218fa6134922ab248bfde5d3f6"
}
Frame {
msec: 320
- hash: "befd4cd74f59291a9f9a01ad2a051029"
+ hash: "601b97220c77c185d9ed3ae3726815a5"
}
Frame {
msec: 336
- hash: "705cd5a0717b6a8de8871bf0bfb38129"
+ hash: "487c739f3849834e3d7fa2885bb28375"
}
Frame {
msec: 352
- hash: "a65d51747c0183a3a096e51326fdae78"
+ hash: "c41dc19ab7f3c80349ac52ab2c3b410d"
}
Frame {
msec: 368
- hash: "99ec9ca33a26afd9e34c1d3246502926"
+ hash: "c6e8b055e5919aecbf2ef4d88de6cabd"
}
Frame {
msec: 384
- hash: "3355ce4b409474e6dbd99d010471a0a4"
+ hash: "f9d99999cccd8a3a9d7cb74cadb08059"
}
Frame {
msec: 400
- hash: "bcfb117c5860306c016a05e828773777"
+ hash: "c466c57cda1c7666a46bab9478031c86"
}
Frame {
msec: 416
- hash: "4650216f60377bf7798877546c723d0a"
+ hash: "02f9c85d8cbd9041ed18d2fe0071c526"
}
Frame {
msec: 432
- hash: "3821707e1201c5eebb043f86887c6bc4"
+ hash: "355d2b1b30a721a26f80c414bd9164f6"
}
Frame {
msec: 448
- hash: "19c079bd61467706ff54f039f512dee6"
+ hash: "bfc8b1bdb53f4a4c44285a5c10819ae7"
}
Frame {
msec: 464
- hash: "9fdd3bb7d735a96df8538f2883d784fe"
+ hash: "c272ac121fe5392f12ef3180d4c694c8"
}
Frame {
msec: 480
- hash: "d8096b88c24221d7176472031de3dc14"
+ hash: "83324ab9209ac5246c39274ecec2dbcf"
}
Frame {
msec: 496
- hash: "be4abb3dd1ee3fc62b83d152a1a89576"
+ hash: "b128fd583f5fa460bcd1c062226274fb"
}
Frame {
msec: 512
- hash: "e3d2caf6eb0afd2e6efd5c08a580e158"
+ hash: "f46f1f1069806b1e17f340140e82bfd3"
}
Frame {
msec: 528
- hash: "40bdf75ac82c26a741939945dbf85924"
+ hash: "dff621d5da5f4d008a8f874914f90637"
}
Frame {
msec: 544
- hash: "e2e3bee6bf84bc82c50a68e442440f05"
+ hash: "c5920a84e215f4bbda3032bbfbca4070"
}
Frame {
msec: 560
- hash: "2cb89b7538d4dd398a9ff5a94e2d0020"
+ hash: "ecc23f198a4bf346bf6eee51f7adea69"
}
Frame {
msec: 576
- hash: "41dce41d337e7d24a5e70d831dbb448b"
+ hash: "dcc8f5b1b6aac31c3c5856560b37c501"
}
Frame {
msec: 592
- hash: "7812862b4c1d67a64792a94cb584a9ed"
+ hash: "203fa4bd23440aa88fc2a27b66ee091d"
}
Frame {
msec: 608
- hash: "a82a2af4b9cee89e03db363f979d1661"
+ hash: "a2662209c8f9aa7bd9c5b4066b289cde"
}
Frame {
msec: 624
- hash: "7071a72a55fab2d7b367eb113d38dc6d"
+ hash: "a2662209c8f9aa7bd9c5b4066b289cde"
}
Frame {
msec: 640
- hash: "835de3a883cb3a7c35cb533f51f9b32c"
+ hash: "203fa4bd23440aa88fc2a27b66ee091d"
}
Frame {
msec: 656
- hash: "498afb76e236561638532ba6cafd758a"
+ hash: "dcc8f5b1b6aac31c3c5856560b37c501"
}
Frame {
msec: 672
- hash: "38ebf5835263e6e80e75653971ad74b4"
+ hash: "ecc23f198a4bf346bf6eee51f7adea69"
}
Frame {
msec: 688
- hash: "b5e8c06b458b1afac627ed7f7e76c868"
+ hash: "c5920a84e215f4bbda3032bbfbca4070"
}
Frame {
msec: 704
- hash: "594e33c35006281b2df3a45c13c31c44"
+ hash: "dff621d5da5f4d008a8f874914f90637"
}
Frame {
msec: 720
- hash: "a49989ca004a6991b49d1978cfc0fed7"
+ hash: "f46f1f1069806b1e17f340140e82bfd3"
}
Frame {
msec: 736
- hash: "a743fc5cdcaadd42095e9e0d8441f7cc"
+ hash: "b128fd583f5fa460bcd1c062226274fb"
}
Frame {
msec: 752
- hash: "4ca1600674bad4b753007322945e25dd"
+ hash: "83324ab9209ac5246c39274ecec2dbcf"
}
Frame {
msec: 768
- hash: "d2921c6ae6a1aa9168a2fa93e8936ff2"
+ hash: "c272ac121fe5392f12ef3180d4c694c8"
}
Frame {
msec: 784
- hash: "55b9f82693d6ebde9ec23e3ed554bb9c"
+ hash: "bfc8b1bdb53f4a4c44285a5c10819ae7"
}
Frame {
msec: 800
- hash: "15e72f5cd1847f591b0c4f6ecb74ed4a"
+ hash: "355d2b1b30a721a26f80c414bd9164f6"
}
Frame {
msec: 816
- hash: "7aa94688f72d6ddade09a9d99f1c5563"
+ hash: "02f9c85d8cbd9041ed18d2fe0071c526"
}
Frame {
msec: 832
- hash: "b782f52c9cb50c72307bbd8fd15fffd2"
+ hash: "c466c57cda1c7666a46bab9478031c86"
}
Frame {
msec: 848
- hash: "8106f20a3c0c3e7ea0e502e963993330"
+ hash: "f9d99999cccd8a3a9d7cb74cadb08059"
}
Frame {
msec: 864
- hash: "670b05d25b72ed4c6affdcf873374947"
+ hash: "c6e8b055e5919aecbf2ef4d88de6cabd"
}
Frame {
msec: 880
- hash: "a34b08cb7e724c0563f86a5c8e209868"
+ hash: "c41dc19ab7f3c80349ac52ab2c3b410d"
}
Frame {
msec: 896
- hash: "f5281eba399a13f6fa024ae0fa6b01bd"
+ hash: "487c739f3849834e3d7fa2885bb28375"
}
Frame {
msec: 912
- hash: "db4dba10574839c3b3d8684aa1a2ad08"
+ hash: "601b97220c77c185d9ed3ae3726815a5"
}
Frame {
msec: 928
- hash: "b90f1f30d340d292c658145f62e2bb8a"
+ hash: "1331b1218fa6134922ab248bfde5d3f6"
}
Frame {
msec: 944
- hash: "452c45b5cc9be80abde7af04ba49731c"
+ hash: "054f7aebcef583f9c8469aaa2e62f9ea"
}
Frame {
msec: 960
- hash: "d9ab04d0a6a9373e5622e1124db17866"
+ hash: "f09208fa210f3b0b271af9ef6f3741e8"
}
Frame {
msec: 976
- hash: "8af61e4b09309e31394ae635d58fafd2"
+ image: "animated-smooth.1.png"
}
Frame {
msec: 992
- hash: "9ce60e38b7025c6fa72432de6a3c88b2"
+ hash: "9b398166d385facb2d02c86cd92ab85f"
}
Frame {
msec: 1008
- hash: "9e7f9d0e83a33f005d9ee579140c5562"
+ hash: "f0b06b2ccf1be47ab7c5f6863ccdc495"
}
Frame {
msec: 1024
- hash: "9e7f9d0e83a33f005d9ee579140c5562"
+ hash: "e42811f8029c6cd70041f8492a31ff27"
}
Frame {
msec: 1040
- hash: "9ce60e38b7025c6fa72432de6a3c88b2"
+ hash: "ac1d21dba648ab729e1670ead441b173"
}
Frame {
msec: 1056
- hash: "8af61e4b09309e31394ae635d58fafd2"
+ hash: "26cbcf6233c8fd222a857a8ae801749a"
}
Frame {
msec: 1072
- hash: "d9ab04d0a6a9373e5622e1124db17866"
+ hash: "bca94a64a283e7e30ec8c1fe3249f981"
}
Frame {
msec: 1088
- hash: "452c45b5cc9be80abde7af04ba49731c"
+ hash: "83d82bc27b0e3387dddb8e7e09380e02"
}
Frame {
msec: 1104
- hash: "b90f1f30d340d292c658145f62e2bb8a"
+ hash: "183e1f8321edb7b8d1cc2cc858039360"
}
Frame {
msec: 1120
- hash: "db4dba10574839c3b3d8684aa1a2ad08"
+ hash: "425e48ae492190eb6b8028be11352d7e"
}
Frame {
msec: 1136
- hash: "f5281eba399a13f6fa024ae0fa6b01bd"
+ hash: "7f4b50df7848ad07fb75cb19f2c4b04a"
}
Frame {
msec: 1152
- hash: "a34b08cb7e724c0563f86a5c8e209868"
+ hash: "9ab9c8f788bbca58552bbb6009386d69"
}
Frame {
msec: 1168
- hash: "670b05d25b72ed4c6affdcf873374947"
+ hash: "8ba2cebd7b80bd58612ce46470e7763b"
}
Frame {
msec: 1184
- hash: "8106f20a3c0c3e7ea0e502e963993330"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 1200
- hash: "b782f52c9cb50c72307bbd8fd15fffd2"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 1216
- hash: "7aa94688f72d6ddade09a9d99f1c5563"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 1232
- hash: "15e72f5cd1847f591b0c4f6ecb74ed4a"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 1248
- hash: "55b9f82693d6ebde9ec23e3ed554bb9c"
- }
- Frame {
- msec: 1264
- hash: "d2921c6ae6a1aa9168a2fa93e8936ff2"
- }
- Frame {
- msec: 1280
- hash: "4ca1600674bad4b753007322945e25dd"
- }
- Frame {
- msec: 1296
- hash: "a743fc5cdcaadd42095e9e0d8441f7cc"
- }
- Frame {
- msec: 1312
- hash: "a49989ca004a6991b49d1978cfc0fed7"
- }
- Frame {
- msec: 1328
- hash: "594e33c35006281b2df3a45c13c31c44"
- }
- Frame {
- msec: 1344
- hash: "b5e8c06b458b1afac627ed7f7e76c868"
- }
- Frame {
- msec: 1360
- hash: "38ebf5835263e6e80e75653971ad74b4"
- }
- Frame {
- msec: 1376
- hash: "498afb76e236561638532ba6cafd758a"
- }
- Frame {
- msec: 1392
- hash: "835de3a883cb3a7c35cb533f51f9b32c"
- }
- Frame {
- msec: 1408
- hash: "7071a72a55fab2d7b367eb113d38dc6d"
- }
- Frame {
- msec: 1424
- hash: "a82a2af4b9cee89e03db363f979d1661"
- }
- Frame {
- msec: 1440
- hash: "7812862b4c1d67a64792a94cb584a9ed"
- }
- Frame {
- msec: 1456
- hash: "41dce41d337e7d24a5e70d831dbb448b"
- }
- Frame {
- msec: 1472
- hash: "2cb89b7538d4dd398a9ff5a94e2d0020"
- }
- Frame {
- msec: 1488
- hash: "e2e3bee6bf84bc82c50a68e442440f05"
- }
- Frame {
- msec: 1504
- hash: "40bdf75ac82c26a741939945dbf85924"
- }
- Frame {
- msec: 1520
- hash: "e3d2caf6eb0afd2e6efd5c08a580e158"
- }
- Frame {
- msec: 1536
- hash: "be4abb3dd1ee3fc62b83d152a1a89576"
- }
- Frame {
- msec: 1552
- hash: "d8096b88c24221d7176472031de3dc14"
- }
- Frame {
- msec: 1568
- hash: "9fdd3bb7d735a96df8538f2883d784fe"
- }
- Frame {
- msec: 1584
- hash: "19c079bd61467706ff54f039f512dee6"
- }
- Frame {
- msec: 1600
- hash: "3821707e1201c5eebb043f86887c6bc4"
- }
- Frame {
- msec: 1616
- hash: "4650216f60377bf7798877546c723d0a"
- }
- Frame {
- msec: 1632
- hash: "bcfb117c5860306c016a05e828773777"
- }
- Frame {
- msec: 1648
- hash: "3355ce4b409474e6dbd99d010471a0a4"
- }
- Frame {
- msec: 1664
- hash: "99ec9ca33a26afd9e34c1d3246502926"
- }
- Frame {
- msec: 1680
- hash: "a65d51747c0183a3a096e51326fdae78"
- }
- Frame {
- msec: 1696
- hash: "705cd5a0717b6a8de8871bf0bfb38129"
- }
- Frame {
- msec: 1712
- hash: "befd4cd74f59291a9f9a01ad2a051029"
- }
- Frame {
- msec: 1728
- hash: "7083d70df6cc476ec342abbe6f4409b4"
- }
- Frame {
- msec: 1744
- hash: "5153a42348885ce8de81f8086f73c163"
- }
- Frame {
- msec: 1760
- hash: "e24ad2d67f10d2cc58dffcc469342005"
- }
- Frame {
- msec: 1776
- hash: "7722a4c025f1d2b560c7fec8ba8f7b6d"
- }
- Frame {
- msec: 1792
- hash: "3ef9de605fff5d3156bccc99a93c5da6"
- }
- Frame {
- msec: 1808
- hash: "b221f14ea2c04078e23ac37ef817c50e"
- }
- Frame {
- msec: 1824
- hash: "05013a538f2796c728b4d0ddad059851"
- }
- Frame {
- msec: 1840
- hash: "30aadc837ec2e7d8a2495453348804bc"
- }
- Frame {
- msec: 1856
- hash: "098b063b0e5eb3dd22adb3353342725e"
- }
- Frame {
- msec: 1872
- hash: "e4809aefa55620a86484f66582d4d1b6"
- }
- Frame {
- msec: 1888
- hash: "98d48920293b11511e8bbf820dd49acc"
- }
- Frame {
- msec: 1904
- hash: "2570806925c3a61a7afaa09331c6eed8"
- }
- Frame {
- msec: 1920
- hash: "a9b6aeb509076bf17c2068ce280326fb"
- }
- Frame {
- msec: 1936
- hash: "62430dd693c4eaeb7afe9e85229406a4"
- }
- Frame {
- msec: 1952
- hash: "9419c891e347fe6b25d30c05bae5d14c"
- }
- Frame {
- msec: 1968
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 1984
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 2000
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 2016
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 2032
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 2048
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 2064
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 2080
- hash: "9419c891e347fe6b25d30c05bae5d14c"
- }
- Frame {
- msec: 2096
- hash: "62430dd693c4eaeb7afe9e85229406a4"
- }
- Frame {
- msec: 2112
- hash: "a9b6aeb509076bf17c2068ce280326fb"
- }
- Frame {
- msec: 2128
- hash: "2570806925c3a61a7afaa09331c6eed8"
- }
- Frame {
- msec: 2144
- hash: "98d48920293b11511e8bbf820dd49acc"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
}
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.0.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.0.png
index bebca88..b7d06e4 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.0.png
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.0.png
Binary files differ
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.1.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.1.png
index 517fc06..a0081a9 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.1.png
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.1.png
Binary files differ
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.qml b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.qml
index 55cf602..87be9f0 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.qml
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/animated.qml
@@ -10,546 +10,334 @@ VisualTest {
}
Frame {
msec: 32
- hash: "aec13bcab337e55832b0a02fb5c6b526"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 48
- hash: "aec13bcab337e55832b0a02fb5c6b526"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 64
- hash: "aec13bcab337e55832b0a02fb5c6b526"
+ hash: "ed19378ea8f51f5ecbd4c89ee5c905c2"
}
Frame {
msec: 80
- hash: "aacf9ae3c23d174a1c1cda493600e355"
+ hash: "3dc69d5d1b6c524a74e7cec619df5ee3"
}
Frame {
msec: 96
- hash: "465ec993948f7b75aeb5759976f4620d"
+ hash: "ab8d9aa7290be2134a6ef10ca1e1bfe7"
}
Frame {
msec: 112
- hash: "b63e4d1686057828fd8781f1c33585f5"
+ hash: "8091f4ff6f68e178b7a2a76ba2b38df3"
}
Frame {
msec: 128
- hash: "4d45d70f997c2c67166905c97a900d2e"
+ hash: "a94ad01eb63609b5e4a9e6570e1dc25c"
}
Frame {
msec: 144
- hash: "08b9be66e23c7b6f6f629c7470394601"
+ hash: "21692407cdfeeb20ff81d5d8a8ba3b7e"
}
Frame {
msec: 160
- hash: "406224b535b4425d2708df0083acdc8e"
+ hash: "b1d5e860ea311dce4a46fd6d46f9ed58"
}
Frame {
msec: 176
- hash: "8419f1d75b14130730bcfec4e3a9b058"
+ hash: "a2ef453b88ee01c70a4312ab6dd26685"
}
Frame {
msec: 192
- hash: "c1936628aec13e08e9581dcd2c6d5717"
+ hash: "6ce1f7da3994a51ad06afa0afb789752"
}
Frame {
msec: 208
- hash: "8c66a33d26eec2a1133f4362710a5fab"
+ hash: "dccf9c55dfe7ae652b0e659893465158"
}
Frame {
msec: 224
- hash: "01947e631c3db43f7c5b4427229bc0c8"
+ hash: "18b00b462711676fdf61ef1819f9f73a"
}
Frame {
msec: 240
- hash: "06d8d8a1a41893d4e27725948a75caf4"
+ hash: "981011b01c3dbde098b1a3d0de4026cd"
}
Frame {
msec: 256
- hash: "ac8f096e8c7cc23bfb01de69cf3e266e"
+ hash: "86389b057e84c4dd4cf75d4e33d5e282"
}
Frame {
msec: 272
- hash: "2a7bed775824968e318c3d40fbc5b1c2"
+ hash: "6802146ad90b2921856c103246f4bca9"
}
Frame {
msec: 288
- hash: "f1a7a4a67a21f5025294af4bea3f8998"
+ hash: "7ab7d71199e883192e28fc150646128c"
}
Frame {
msec: 304
- hash: "18c2f321a149e38b258ac264d40c2376"
+ hash: "3d2298cc655318029a2467813f8d75f4"
}
Frame {
msec: 320
- hash: "19d05a96f3ae7388e854bbf1075b51c1"
+ hash: "74a1ed7250f85e7ed4d811b5b697ecb3"
}
Frame {
msec: 336
- hash: "554e1d360463871e7c05cfe6f8abe1dd"
+ hash: "2cc6d5e8f4ebde059ffe31fffb2b359d"
}
Frame {
msec: 352
- hash: "60f158382f75103c78e2b9b408e0fe65"
+ hash: "b08aec6d9f82e0d530d57f592c25e91a"
}
Frame {
msec: 368
- hash: "6a521f952e05d91b86ad78fd6f5de4f9"
+ hash: "9f4272d24685a9fbe5c48186932cac07"
}
Frame {
msec: 384
- hash: "a6f17da2dd581bdc249ff62f833dc025"
+ hash: "4cde877841640aa89949c1369c3b6fd0"
}
Frame {
msec: 400
- hash: "1ea07ee309ce2c52cbc36370b75a872f"
+ hash: "bdbbd0b6a309b63d152b7f9b34b51d80"
}
Frame {
msec: 416
- hash: "c7eb7837dce71c914186326216214eeb"
+ hash: "531708677915c1e094ece6f1acac6d1f"
}
Frame {
msec: 432
- hash: "93cf31eabb454ec536c638a506be0648"
+ hash: "7213628b1f66f1dc47fa63eb2aad2d81"
}
Frame {
msec: 448
- hash: "1ac8c393f084aa1894c26610b7f40ea6"
+ hash: "0ff58a47d524fae956431efc21364ed2"
}
Frame {
msec: 464
- hash: "f04e84ad3579d6334077abe73101d206"
+ hash: "1e940cc44e00f05bad28bcf934b40b1c"
}
Frame {
msec: 480
- hash: "ff0928dfd16b2da9811a172c19817a97"
+ hash: "0f76be39637e8b6ac15c40ea95890189"
}
Frame {
msec: 496
- hash: "7383209c80b403b93da3264eadbc047f"
+ hash: "e23cf00dbd05677815e7e38f6f8e3a4a"
}
Frame {
msec: 512
- hash: "bc747167dfb3388ac63e9e68a86b9a03"
+ hash: "3d7e81620d169800f6a251fa3875f23d"
}
Frame {
msec: 528
- hash: "ae48da4a66f93c806725ce749700aac8"
+ hash: "9e04076e283a3a71407488e94d84861f"
}
Frame {
msec: 544
- hash: "956429472da133324c970774f77784f5"
+ hash: "f4fc58740d6b5cf392e117164d859c0b"
}
Frame {
msec: 560
- hash: "ec0aea8dc8c269d1f0aee5817347ac55"
+ hash: "8f041ba2a82618c1545aac6f50c95384"
}
Frame {
msec: 576
- hash: "81d2fc6727dc7449d1a87b4abea9b704"
+ hash: "759368622bc25c7ae1cb8d2c44affe6a"
}
Frame {
msec: 592
- hash: "80ebac4d923f67fb8dba3d133ce657ba"
+ hash: "90314671aab8165c7c1b35dcf5aaa6b9"
}
Frame {
msec: 608
- hash: "5359f5e45e5467c62c2d9521c8199c48"
+ hash: "ecd1d2fe087a36fc58290c0c249a7ea0"
}
Frame {
msec: 624
- hash: "08f55088cdce741c67539f73291e53ab"
+ hash: "ecd1d2fe087a36fc58290c0c249a7ea0"
}
Frame {
msec: 640
- hash: "97f7a2175dcf9ac2581a92d614d72f88"
+ hash: "90314671aab8165c7c1b35dcf5aaa6b9"
}
Frame {
msec: 656
- hash: "985868869ef2c332da379460a2f3a71b"
+ hash: "759368622bc25c7ae1cb8d2c44affe6a"
}
Frame {
msec: 672
- hash: "e91bb914c1eb63cd4269b30a220a128a"
+ hash: "8f041ba2a82618c1545aac6f50c95384"
}
Frame {
msec: 688
- hash: "84c94704c16e246df1048f958cc8cefb"
+ hash: "f4fc58740d6b5cf392e117164d859c0b"
}
Frame {
msec: 704
- hash: "99de44f74f8e1f79652ab46afb4bb59e"
+ hash: "9e04076e283a3a71407488e94d84861f"
}
Frame {
msec: 720
- hash: "a1bd4e995365e79389dba80f9e3b7af8"
+ hash: "3d7e81620d169800f6a251fa3875f23d"
}
Frame {
msec: 736
- hash: "3b95eb8cbfc831e1ebee2e456b026ab4"
+ hash: "e23cf00dbd05677815e7e38f6f8e3a4a"
}
Frame {
msec: 752
- hash: "11673a112566a64aca3c7010b9cc9c4d"
+ hash: "0f76be39637e8b6ac15c40ea95890189"
}
Frame {
msec: 768
- hash: "5b027815ea3c1ea54e1a02c798c468db"
+ hash: "1e940cc44e00f05bad28bcf934b40b1c"
}
Frame {
msec: 784
- hash: "73c5f23f51797a33f4d2898738e6356e"
+ hash: "0ff58a47d524fae956431efc21364ed2"
}
Frame {
msec: 800
- hash: "fb17df681d99d5de05f6329bba697ea5"
+ hash: "7213628b1f66f1dc47fa63eb2aad2d81"
}
Frame {
msec: 816
- hash: "0b1a741975e3d9ef8f5e78f371c89441"
+ hash: "531708677915c1e094ece6f1acac6d1f"
}
Frame {
msec: 832
- hash: "a790f0e884ab85f7802dd094e4ef550f"
+ hash: "bdbbd0b6a309b63d152b7f9b34b51d80"
}
Frame {
msec: 848
- hash: "b12faa76c07adc21634cd8f8cb8436ae"
+ hash: "4cde877841640aa89949c1369c3b6fd0"
}
Frame {
msec: 864
- hash: "f57727419bb51fb1e589b960ddeb20ae"
+ hash: "9f4272d24685a9fbe5c48186932cac07"
}
Frame {
msec: 880
- hash: "8172e076b05d95248d89e815fde820ef"
+ hash: "b08aec6d9f82e0d530d57f592c25e91a"
}
Frame {
msec: 896
- hash: "74c1e71378b502bc1b732a55806a10f1"
+ hash: "2cc6d5e8f4ebde059ffe31fffb2b359d"
}
Frame {
msec: 912
- hash: "a67e9a0f55512fb1c55f13c6b483923b"
+ hash: "74a1ed7250f85e7ed4d811b5b697ecb3"
}
Frame {
msec: 928
- hash: "13ca95adab171d9fad9ee8b75d0226bc"
+ hash: "3d2298cc655318029a2467813f8d75f4"
}
Frame {
msec: 944
- hash: "7aa0cbf73f7999be7cde4ec739efbc33"
+ hash: "7ab7d71199e883192e28fc150646128c"
}
Frame {
msec: 960
- hash: "d1ed4916cb1ecff60277d74369ff311b"
+ hash: "6802146ad90b2921856c103246f4bca9"
}
Frame {
msec: 976
- hash: "29245946cbd811fe6bf6b2b41cc13002"
+ image: "animated.1.png"
}
Frame {
msec: 992
- hash: "058c918e83bfdd665cd836566b53959b"
+ hash: "981011b01c3dbde098b1a3d0de4026cd"
}
Frame {
msec: 1008
- hash: "ed5d80c33dbf72624385b1cf43784626"
+ hash: "18b00b462711676fdf61ef1819f9f73a"
}
Frame {
msec: 1024
- hash: "ed5d80c33dbf72624385b1cf43784626"
+ hash: "dccf9c55dfe7ae652b0e659893465158"
}
Frame {
msec: 1040
- hash: "058c918e83bfdd665cd836566b53959b"
+ hash: "6ce1f7da3994a51ad06afa0afb789752"
}
Frame {
msec: 1056
- hash: "29245946cbd811fe6bf6b2b41cc13002"
+ hash: "a2ef453b88ee01c70a4312ab6dd26685"
}
Frame {
msec: 1072
- hash: "d1ed4916cb1ecff60277d74369ff311b"
+ hash: "b1d5e860ea311dce4a46fd6d46f9ed58"
}
Frame {
msec: 1088
- hash: "7aa0cbf73f7999be7cde4ec739efbc33"
+ hash: "21692407cdfeeb20ff81d5d8a8ba3b7e"
}
Frame {
msec: 1104
- hash: "13ca95adab171d9fad9ee8b75d0226bc"
+ hash: "a94ad01eb63609b5e4a9e6570e1dc25c"
}
Frame {
msec: 1120
- hash: "a67e9a0f55512fb1c55f13c6b483923b"
+ hash: "8091f4ff6f68e178b7a2a76ba2b38df3"
}
Frame {
msec: 1136
- hash: "74c1e71378b502bc1b732a55806a10f1"
+ hash: "ab8d9aa7290be2134a6ef10ca1e1bfe7"
}
Frame {
msec: 1152
- hash: "8172e076b05d95248d89e815fde820ef"
+ hash: "3dc69d5d1b6c524a74e7cec619df5ee3"
}
Frame {
msec: 1168
- hash: "f57727419bb51fb1e589b960ddeb20ae"
+ hash: "ed19378ea8f51f5ecbd4c89ee5c905c2"
}
Frame {
msec: 1184
- hash: "b12faa76c07adc21634cd8f8cb8436ae"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 1200
- hash: "a790f0e884ab85f7802dd094e4ef550f"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 1216
- hash: "0b1a741975e3d9ef8f5e78f371c89441"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 1232
- hash: "fb17df681d99d5de05f6329bba697ea5"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 1248
- hash: "73c5f23f51797a33f4d2898738e6356e"
+ hash: "a2467396d7318a93d35aa314896d3d05"
}
Frame {
msec: 1264
- hash: "5b027815ea3c1ea54e1a02c798c468db"
+ hash: "ed19378ea8f51f5ecbd4c89ee5c905c2"
}
Frame {
msec: 1280
- hash: "11673a112566a64aca3c7010b9cc9c4d"
+ hash: "3dc69d5d1b6c524a74e7cec619df5ee3"
}
Frame {
msec: 1296
- hash: "3b95eb8cbfc831e1ebee2e456b026ab4"
+ hash: "ab8d9aa7290be2134a6ef10ca1e1bfe7"
}
Frame {
msec: 1312
- hash: "a1bd4e995365e79389dba80f9e3b7af8"
+ hash: "8091f4ff6f68e178b7a2a76ba2b38df3"
}
Frame {
msec: 1328
- hash: "99de44f74f8e1f79652ab46afb4bb59e"
+ hash: "a94ad01eb63609b5e4a9e6570e1dc25c"
}
Frame {
msec: 1344
- hash: "84c94704c16e246df1048f958cc8cefb"
- }
- Frame {
- msec: 1360
- hash: "e91bb914c1eb63cd4269b30a220a128a"
- }
- Frame {
- msec: 1376
- hash: "985868869ef2c332da379460a2f3a71b"
- }
- Frame {
- msec: 1392
- hash: "97f7a2175dcf9ac2581a92d614d72f88"
- }
- Frame {
- msec: 1408
- hash: "08f55088cdce741c67539f73291e53ab"
- }
- Frame {
- msec: 1424
- hash: "5359f5e45e5467c62c2d9521c8199c48"
- }
- Frame {
- msec: 1440
- hash: "80ebac4d923f67fb8dba3d133ce657ba"
- }
- Frame {
- msec: 1456
- hash: "81d2fc6727dc7449d1a87b4abea9b704"
- }
- Frame {
- msec: 1472
- hash: "ec0aea8dc8c269d1f0aee5817347ac55"
- }
- Frame {
- msec: 1488
- hash: "956429472da133324c970774f77784f5"
- }
- Frame {
- msec: 1504
- hash: "ae48da4a66f93c806725ce749700aac8"
- }
- Frame {
- msec: 1520
- hash: "bc747167dfb3388ac63e9e68a86b9a03"
- }
- Frame {
- msec: 1536
- hash: "7383209c80b403b93da3264eadbc047f"
- }
- Frame {
- msec: 1552
- hash: "ff0928dfd16b2da9811a172c19817a97"
- }
- Frame {
- msec: 1568
- hash: "f04e84ad3579d6334077abe73101d206"
- }
- Frame {
- msec: 1584
- hash: "1ac8c393f084aa1894c26610b7f40ea6"
- }
- Frame {
- msec: 1600
- hash: "93cf31eabb454ec536c638a506be0648"
- }
- Frame {
- msec: 1616
- hash: "c7eb7837dce71c914186326216214eeb"
- }
- Frame {
- msec: 1632
- hash: "1ea07ee309ce2c52cbc36370b75a872f"
- }
- Frame {
- msec: 1648
- hash: "a6f17da2dd581bdc249ff62f833dc025"
- }
- Frame {
- msec: 1664
- hash: "6a521f952e05d91b86ad78fd6f5de4f9"
- }
- Frame {
- msec: 1680
- hash: "60f158382f75103c78e2b9b408e0fe65"
- }
- Frame {
- msec: 1696
- hash: "554e1d360463871e7c05cfe6f8abe1dd"
- }
- Frame {
- msec: 1712
- hash: "19d05a96f3ae7388e854bbf1075b51c1"
- }
- Frame {
- msec: 1728
- hash: "18c2f321a149e38b258ac264d40c2376"
- }
- Frame {
- msec: 1744
- hash: "f1a7a4a67a21f5025294af4bea3f8998"
- }
- Frame {
- msec: 1760
- hash: "2a7bed775824968e318c3d40fbc5b1c2"
- }
- Frame {
- msec: 1776
- hash: "ac8f096e8c7cc23bfb01de69cf3e266e"
- }
- Frame {
- msec: 1792
- hash: "06d8d8a1a41893d4e27725948a75caf4"
- }
- Frame {
- msec: 1808
- hash: "01947e631c3db43f7c5b4427229bc0c8"
- }
- Frame {
- msec: 1824
- hash: "8c66a33d26eec2a1133f4362710a5fab"
- }
- Frame {
- msec: 1840
- hash: "c1936628aec13e08e9581dcd2c6d5717"
- }
- Frame {
- msec: 1856
- hash: "8419f1d75b14130730bcfec4e3a9b058"
- }
- Frame {
- msec: 1872
- hash: "406224b535b4425d2708df0083acdc8e"
- }
- Frame {
- msec: 1888
- hash: "08b9be66e23c7b6f6f629c7470394601"
- }
- Frame {
- msec: 1904
- hash: "4d45d70f997c2c67166905c97a900d2e"
- }
- Frame {
- msec: 1920
- hash: "b63e4d1686057828fd8781f1c33585f5"
- }
- Frame {
- msec: 1936
- hash: "465ec993948f7b75aeb5759976f4620d"
- }
- Frame {
- msec: 1952
- hash: "aacf9ae3c23d174a1c1cda493600e355"
- }
- Frame {
- msec: 1968
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 1984
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 2000
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 2016
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 2032
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 2048
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 2064
- hash: "aec13bcab337e55832b0a02fb5c6b526"
- }
- Frame {
- msec: 2080
- hash: "aacf9ae3c23d174a1c1cda493600e355"
- }
- Frame {
- msec: 2096
- hash: "465ec993948f7b75aeb5759976f4620d"
- }
- Frame {
- msec: 2112
- hash: "b63e4d1686057828fd8781f1c33585f5"
- }
- Frame {
- msec: 2128
- hash: "4d45d70f997c2c67166905c97a900d2e"
- }
- Frame {
- msec: 2144
- hash: "08b9be66e23c7b6f6f629c7470394601"
- }
- Frame {
- msec: 2160
- hash: "406224b535b4425d2708df0083acdc8e"
- }
- Frame {
- msec: 2176
- hash: "8419f1d75b14130730bcfec4e3a9b058"
- }
- Frame {
- msec: 2192
- hash: "c1936628aec13e08e9581dcd2c6d5717"
+ hash: "21692407cdfeeb20ff81d5d8a8ba3b7e"
}
}
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/borders.0.png b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/borders.0.png
index 03d7082..8d43554 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/borders.0.png
+++ b/tests/auto/declarative/qmlvisual/qdeclarativeborderimage/data/borders.0.png
Binary files differ