aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes/content/item14.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes/content/item14.qml')
-rw-r--r--examples/quick/shapes/content/item14.qml12
1 files changed, 5 insertions, 7 deletions
diff --git a/examples/quick/shapes/content/item14.qml b/examples/quick/shapes/content/item14.qml
index 18be4ba671..fd5b7d1048 100644
--- a/examples/quick/shapes/content/item14.qml
+++ b/examples/quick/shapes/content/item14.qml
@@ -67,13 +67,11 @@ Rectangle {
strokeStyle: ShapePath.DashLine
strokeWidth: 4
- Path {
- startX: 50; startY: 100
- PathArc {
- x: 100; y: 150
- radiusX: 50; radiusY: 50
- useLargeArc: model.index === 1
- }
+ startX: 50; startY: 100
+ PathArc {
+ x: 100; y: 150
+ radiusX: 50; radiusY: 50
+ useLargeArc: model.index === 1
}
}
}