aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/canvas/clip/clip.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/canvas/clip/clip.qml')
-rw-r--r--examples/quick/canvas/clip/clip.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/quick/canvas/clip/clip.qml b/examples/quick/canvas/clip/clip.qml
index 3fdc3e4906..55c7913476 100644
--- a/examples/quick/canvas/clip/clip.qml
+++ b/examples/quick/canvas/clip/clip.qml
@@ -65,8 +65,6 @@ Item {
property real alpha:alphaCtrl.value
property string imagefile:"../contents/qt-logo.png"
smooth:true
- renderTarget:Canvas.Image
- renderStrategy: Canvas.Immediate
Component.onCompleted:loadImage(canvas.imagefile);
onAlphaChanged:requestPaint();