From bc3f00d2fe42a82844a7a323cbf681b1ce706065 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 31 Dec 2019 16:10:49 +0800 Subject: images: rename files from .svg.png to .png Files are PNGs and not SVGs so drop that in the filenames and respective references. Bug-AGL: SPEC-3035 Signed-off-by: Matt Ranostay Change-Id: I2f693d886bb22b3464ff8cbbbd1ee0a23cfdf69c --- app/ImgDestinationDirection.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/ImgDestinationDirection.qml') diff --git a/app/ImgDestinationDirection.qml b/app/ImgDestinationDirection.qml index b652cdc..e6ee5de 100644 --- a/app/ImgDestinationDirection.qml +++ b/app/ImgDestinationDirection.qml @@ -32,7 +32,7 @@ Item { State { name: "2" // DirectionBearRight PropertyChanges { target: img_destination_direction; visible: true } - PropertyChanges { target: direction; source: "images/11_2_bear_right_112px-Signal_C117a.svg.png" } + PropertyChanges { target: direction; source: "images/11_2_bear_right_112px-Signal_C117a.png" } }, State { name: "3" // DirectionLightRight @@ -52,13 +52,13 @@ Item { State { name: "6" // DirectionUTurnRight PropertyChanges { target: img_destination_direction; visible: true } -// PropertyChanges { target: direction; source: "images/146px-Israely_road_sign_211.svg.png" } - PropertyChanges { target: direction; source: "images/146px-Israely_road_sign_212.svg.png" } // No u-turn right in CES2019 +// PropertyChanges { target: direction; source: "images/146px-Israely_road_sign_211.png" } + PropertyChanges { target: direction; source: "images/146px-Israely_road_sign_212.png" } // No u-turn right in CES2019 }, State { name: "7" // DirectionUTurnLeft PropertyChanges { target: img_destination_direction; visible: true } - PropertyChanges { target: direction; source: "images/146px-Israely_road_sign_212.svg.png" } + PropertyChanges { target: direction; source: "images/146px-Israely_road_sign_212.png" } }, State { name: "8" // DirectionHardLeft @@ -78,7 +78,7 @@ Item { State { name: "11" // DirectionBearLeft PropertyChanges { target: img_destination_direction; visible: true } - PropertyChanges { target: direction; source: "images/10_11_bear_left_112px-Signal_C117a.svg.png" } + PropertyChanges { target: direction; source: "images/10_11_bear_left_112px-Signal_C117a.png" } }, State { name: "12" // arrived at your destination -- cgit 1.2.3-korg