-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Slint logo folder with new design #3432
Conversation
api/cpp/tests/datastructures.cpp
Outdated
@@ -162,7 +162,7 @@ TEST_CASE("Image") | |||
} | |||
|
|||
#ifndef SLINT_FEATURE_FREESTANDING | |||
img = Image::load_from_path(SOURCE_DIR "/../../../logo/slint-logo-square-light-128x128.png"); | |||
img = Image::load_from_path(SOURCE_DIR "/../../../logo/slint_logo_simple_square_light_128x128.png"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[formatters] reported by reviewdog 🐶
img = Image::load_from_path(SOURCE_DIR "/../../../logo/slint_logo_simple_square_light_128x128.png"); | |
img = Image::load_from_path(SOURCE_DIR | |
"/../../../logo/slint_logo_simple_square_light_128x128.png"); |
api/cpp/tests/datastructures.cpp
Outdated
@@ -171,7 +171,7 @@ | |||
{ | |||
auto actual_path = img.path(); | |||
REQUIRE(actual_path.has_value()); | |||
REQUIRE(*actual_path == SOURCE_DIR "/../../../logo/slint-logo-square-light-128x128.png"); | |||
REQUIRE(*actual_path == SOURCE_DIR "/../../../logo/slint_logo_simple_square_light_128x128.png"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[formatters] reported by reviewdog 🐶
REQUIRE(*actual_path == SOURCE_DIR "/../../../logo/slint_logo_simple_square_light_128x128.png"); | |
REQUIRE(*actual_path | |
== SOURCE_DIR "/../../../logo/slint_logo_simple_square_light_128x128.png"); |
This PR updates the logos and branding guideline of Slint to match the new website design. The new logos are a 1:1 replacement of the old logos except for the circular logo. In the new logo design, there isn't a separate circular logo, as the square logo with circular crop can be used. Further, the logo folder also contains logos in CMYK for use in printed materials. The PMS is just the color value in the naming and can be used where Pantome colors are required. The README has been updated to explain which logos to use when as well as the Slint "blue" color. |
No description provided.