[plasmashell] [Bug 488521] Incorrect rendering of Mattermost app svg icon in Plasma 6

2024-06-25 Thread Dmitry Ivanov
https://bugs.kde.org/show_bug.cgi?id=488521

--- Comment #7 from Dmitry Ivanov  ---
This problem is now fixed after update to Plasma 6.1.0, KDE Frameworks 6.3.0,
Qt 6.7.2. The icon is rendered correctly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 488521] Incorrect rendering of Mattermost app svg icon in Plasma 6

2024-06-17 Thread Dmitry Ivanov
https://bugs.kde.org/show_bug.cgi?id=488521

--- Comment #6 from Dmitry Ivanov  ---
Different codepath possibly could be the reason, but I'd just like to emphasize
that in 448234 there's a pretty similar example which actually does demonstrate
the underlying QtSVG issue. The only difference with my example is the use of
PyQt6 instead of PyQt5.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 488521] Incorrect rendering of Mattermost app svg icon in Plasma 6

2024-06-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488521

--- Comment #5 from Nate Graham  ---
I can't see a way for it to not be the same issue. We're just using the Qt SVG
renderer in Plasma, nothing fancy and Plasma-specific (or else we'd be using a
better SVG renderer that didn't suffer from these annoying rendering problems).

Perhaps when a QLabel is used to render an SVG, it goes down a different
codepath when it rasterizes the SVG to a pixmap. We're not doing that in
Plasma, or else live SVG recoloring wouldn't work.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 488521] Incorrect rendering of Mattermost app svg icon in Plasma 6

2024-06-17 Thread Dmitry Ivanov
https://bugs.kde.org/show_bug.cgi?id=488521

--- Comment #4 from Dmitry Ivanov  ---
I don't think it is a duplicate of 448234. This bug does NOT reproduce with a
sample PyQt6 app but only with plasma environment, unlike 448234 where a demo
Qt app demonstrates the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 488521] Incorrect rendering of Mattermost app svg icon in Plasma 6

2024-06-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488521

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||n...@kde.org

--- Comment #3 from Nate Graham  ---


*** This bug has been marked as a duplicate of bug 448234 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 488521] Incorrect rendering of Mattermost app svg icon in Plasma 6

2024-06-15 Thread Dmitry Ivanov
https://bugs.kde.org/show_bug.cgi?id=488521

--- Comment #2 from Dmitry Ivanov  ---
Created attachment 170516
  --> https://bugs.kde.org/attachment.cgi?id=170516=edit
Screenshot from Plasma panel

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 488521] Incorrect rendering of Mattermost app svg icon in Plasma 6

2024-06-15 Thread Dmitry Ivanov
https://bugs.kde.org/show_bug.cgi?id=488521

--- Comment #1 from Dmitry Ivanov  ---
Created attachment 170515
  --> https://bugs.kde.org/attachment.cgi?id=170515=edit
Screenshot from Dolphin

-- 
You are receiving this mail because:
You are watching all bug changes.