aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/pathinterpolator/pathinterpolator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/pathinterpolator/pathinterpolator.qml')
-rw-r--r--examples/quick/animation/pathinterpolator/pathinterpolator.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/animation/pathinterpolator/pathinterpolator.qml b/examples/quick/animation/pathinterpolator/pathinterpolator.qml
index 6813966015..83aead8e7e 100644
--- a/examples/quick/animation/pathinterpolator/pathinterpolator.qml
+++ b/examples/quick/animation/pathinterpolator/pathinterpolator.qml
@@ -48,7 +48,7 @@ Rectangle {
Canvas {
id: canvas
anchors.fill: parent
- smooth: true
+ antialiasing: true
onPaint: {
var context = canvas.getContext("2d")
@@ -97,7 +97,7 @@ Rectangle {
width: 50; height: 50
border.width: 1
- smooth: true
+ antialiasing: true
//bind our attributes to follow the path as progress changes
x: motionPath.x