aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/content/item11.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes/content/item11.qml')
-rw-r--r--examples/quick/shapes/content/item11.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quick/shapes/content/item11.qml b/examples/quick/shapes/content/item11.qml
index 21687d42f1..0cfe73d5c9 100644
--- a/examples/quick/shapes/content/item11.qml
+++ b/examples/quick/shapes/content/item11.qml
@@ -60,10 +60,10 @@ Rectangle {
anchors.centerIn: parent
ShapePath {
- fillGradient: ShapeLinearGradient {
+ fillGradient: LinearGradient {
y2: shape.height
- ShapeGradientStop { position: 0; color: "yellow" }
- ShapeGradientStop { position: 1; color: "green" }
+ GradientStop { position: 0; color: "yellow" }
+ GradientStop { position: 1; color: "green" }
}
startX: 10; startY: 100