-
-
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
[BasicUI] icon.png minimal fix #2232
Conversation
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Yes, but I actually like the other fix. As we have changed all icons to svg, why should we keep the png file in use here? |
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.
I like this one more.
@kaikreuzer : is it still time to merge this ? |
You could change it later, the idea here is rather to avoid requesting the icon servlet. |
No, release build is already running. |
Because with the previous quick fix the icon servlet can be requested even for stuff not related to icons ! Like image or chart elements rendering. |
I am even not sure that none.png in images has the same size as the icon. |
But it is not dramatic if not changed in 4.1. |
I am not sure of the rendering (size) of the image when the image element will use icon none.svg. |
I am going to merge this fix because after analysing the impact of the changes done by #2231 very quickly at the last minute, I realized that one of the changes broke something ! This fix reverting most of the previous fix is necessary for both reasons:
|
Now, yes an improvement is still possible, consisting in replacing the static none.png by a static none.svg. |
I am going to cherry-pick this PR in branch 4.1.x. |
See comment #2231 (comment) This is the minimal fix to the issue. Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
See comment #2231 (comment)
This is the minimal fix to the issue.