aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/canvas/tiger/tiger.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/canvas/tiger/tiger.qml')
-rw-r--r--examples/quick/canvas/tiger/tiger.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/canvas/tiger/tiger.qml b/examples/quick/canvas/tiger/tiger.qml
index 92fe2fe1a9..a9d291d630 100644
--- a/examples/quick/canvas/tiger/tiger.qml
+++ b/examples/quick/canvas/tiger/tiger.qml
@@ -55,7 +55,7 @@ Item {
id:canvas
width:320
height:280
- smooth:true
+ antialiasing: true
property string strokeStyle:"steelblue"
property string fillStyle:"yellow"
property bool fill:true