-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
svg viewbox fix #12407
svg viewbox fix #12407
Conversation
@Swiftb0y Do you have any idea why It seems |
Something really strange happend to my decks with this PR: Aufzeichnung.2023-12-08.010501.mp4 |
Oh oh, didn't remove the debug commit before merging #4710 |
Reverted in 2.4, no merging 2.4 to main (still building). |
@m0dB Please rebase onto 2.4 |
and please pick c83b125 to fix the library radio buttons in Classic theme |
LGTM @100% on Ubuntu with Qt 5.12.8 |
… mid right without viewBox
* fixed size * background: -> image:
rebased & cherry-picked |
@m0dB Btw, how do Deere and Tango look like? |
But I would prefer to merge this first. Deere and Tango can be done in a follow-up PR. |
Sure, I was just curious because IIRC in Deere most icons were 48px or 32px squares. And in Tango they're all 1:1 (SVG:screen pixels). |
@JoergAtGithub This is looking good on Windows with both 100% app scaling and higher, and with Mixxx' scaling? |
There are scaling issues with CPU-Load-Meter (here 125% Windows Zoom): Inverse Loop-In/Loop-Out marker icons in Palemoon seam to be the wrong ones Otherwise all looks fine on Windows11. |
I don't think that is related to this PR. |
Oh! I'll send a fix. |
Indeed, but also not due to this PR. But I will fix it here. |
Thanks, @ronso0 , I'll leave it to you! |
The issue with the OpenGL widget leaving this white border was already reported for the spinnies btw. Maybe this can be avoided by using only sizes that are multiple of 4? Or maybe we can set a different colour than white so it is not as noticable? |
Here it is: b83eb57 |
@m0dB when yo have picked that feel free to press merge yourself |
Not sure what goes wrong with the intro/outro icons, but I have recreated the end icons from the start icons. I can't check this myself, on retina they look fine. |
Thank you. |
Adjusted the Latenight palemoon and classic
btn__*.svg
so they render correctly on retina + some changes by @ronso0 to the qss files.Almost all files were done automatically (with a perl script), multiplying the width and height by two and inserting viewBox with the non-multiplied width and height. The
btn__fx_selector_down.svg
andbtn__xfader_deck_*.svg
andbtn__xfader_aux_*.svg
were done manually.This replaces #12364 and fixes #12361