aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shapes
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-04-30 10:13:56 +0200
committerMaximilian Goldstein <max.goldstein@qt.io>2021-05-03 10:17:18 +0200
commit63b418eb549e45782b3dbcaeb963a042e3db8f93 (patch)
treebe69c1281f1bcc52bc81adef246fa25c12c3019a /examples/quick/shapes
parent1922fcbb7603549adbd1954c0eb250ce0867c60b (diff)
examples: Use template literals for multiline strings
Change-Id: I660a74730edf60d0b7760162b441e3e14749e930 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
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`
}
}
}