-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Icon "player" from classic icon set broken #1768
Comments
We have the convert script (convert, sh) that converts all SVG in PNG. You could check if it fixes the player icon. |
The |
Noone has a Linux DEV env to try to run the convert script (after installing the different required tools) ? |
Actually you need Docker to run the script: https://github.com/openhab/openhab-webui/blob/main/bundles/org.openhab.ui.iconset.classic/Dockerfile#L6 This way the tool versions are independent of the developer machine and the outcome should always be the same. |
The docker environment is (unfortunately) kept. It can be used to compress SVG files. Conversion from SVG into PNG format has been commented in the script .convert.sh. Closes openhab#2071 Closes openhab#1768 Signed-off-by: Laurent Garnier <[email protected]>
The docker environment is (unfortunately) kept. It can be used to compress SVG files. Conversion from SVG into PNG format has been commented in the script .convert.sh. Closes #2071 Closes #1768 Signed-off-by: Laurent Garnier <[email protected]>
The problem
The text "Power on" from the SVG version of the icon "player" is broken in the PNG version:
Expected behavior
Both should look the same.
Steps to reproduce
The text was updated successfully, but these errors were encountered: