aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/pathanimation/pathanimation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/pathanimation/pathanimation.qml')
-rw-r--r--examples/quick/animation/pathanimation/pathanimation.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/animation/pathanimation/pathanimation.qml b/examples/quick/animation/pathanimation/pathanimation.qml
index 06c0b86970..5726a0acca 100644
--- a/examples/quick/animation/pathanimation/pathanimation.qml
+++ b/examples/quick/animation/pathanimation/pathanimation.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 {
x: 25; y: 25
width: 50; height: 50
border.width: 1
- smooth: true
+ antialiasing: true
Text {
anchors.centerIn: parent