aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/shapes')
-rw-r--r--examples/quick/shapes/content/tiger.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/shapes/content/tiger.qml b/examples/quick/shapes/content/tiger.qml
index 317ec88b31..371db791b0 100644
--- a/examples/quick/shapes/content/tiger.qml
+++ b/examples/quick/shapes/content/tiger.qml
@@ -3627,7 +3627,7 @@ Shape {
strokeColor: "red"
strokeWidth: 4
fillColor: "transparent"
- PathSvg { path: "m 325.03711,0.5
+ PathSvg { path: `m 325.03711,0.5
c -26.61408,6.4494547 -49.95197,2.1018066 -76.21132,1.0771669
-22.26577,7.6817151 -47.96405,9.3627181 -65.67832,25.8497861
-15.74718,12.80008 -41.1564,19.605644 -45.74903,40.600391
@@ -3706,7 +3706,7 @@ Shape {
450.82861,4.7342783 435.04883,22.626367 409.5188,28.206712
386.3569,24.131269 365.63904,8.0954152 352.788,2.8857182
338.88892,0.40735091 325.03711,0.5 Z m -219.0625,357.04297
- -0.97656,0.88476 z"
+ -0.97656,0.88476 z`
}
}
}