From 3186af2f8565e1439674e9577c87f5b165669e3d Mon Sep 17 00:00:00 2001 From: Anton Thomasson Date: Thu, 12 Dec 2019 22:09:08 +0100 Subject: [PATCH] Try to improve rendering on cover, still not happy --- harbour-seaprint.pro | 2 +- qml/cover/CoverPage.qml | 4 +- qml/pages/icon-seaprint-nobg-bw.svg | 275 ++++++++++++++++++++++++++++ 3 files changed, 278 insertions(+), 3 deletions(-) create mode 100644 qml/pages/icon-seaprint-nobg-bw.svg diff --git a/harbour-seaprint.pro b/harbour-seaprint.pro index b34a24f..292468b 100644 --- a/harbour-seaprint.pro +++ b/harbour-seaprint.pro @@ -25,7 +25,7 @@ DISTFILES += qml/harbour-seaprint.qml \ qml/cover/CoverPage.qml \ qml/pages/*.qml \ qml/pages/*.js \ - *svg \ + qml/pages/*svg \ rpm/harbour-seaprint.changes.in \ rpm/harbour-seaprint.changes.run.in \ rpm/harbour-seaprint.spec \ diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml index 16c6124..97621e5 100644 --- a/qml/cover/CoverPage.qml +++ b/qml/cover/CoverPage.qml @@ -6,8 +6,8 @@ CoverBackground { anchors.centerIn: parent height: parent.width * 0.9 width: parent.width * 0.9 - opacity: 0.2 - source: "../pages/icon-seaprint-nobg.svg" + opacity: 0.33 + source: "../pages/icon-seaprint-nobg-bw.svg" } Label { diff --git a/qml/pages/icon-seaprint-nobg-bw.svg b/qml/pages/icon-seaprint-nobg-bw.svg new file mode 100644 index 0000000..9341ee3 --- /dev/null +++ b/qml/pages/icon-seaprint-nobg-bw.svg @@ -0,0 +1,275 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file