Created attachment 136765 [details] arrow-down After update to Yakuake 20.12.3 plus button have wrong rendering with SVG. Also why need draw "arrow-down" icon on plus button? It's spoil all themes and Breeze too!!! More info here: https://github.com/PapirusDevelopmentTeam/materia-kde/issues/108
Created attachment 136766 [details] Render PNG
Created attachment 136767 [details] Render SVG
Original SVG have very clean code: https://github.com/PapirusDevelopmentTeam/materia-kde/blame/master/yakuake/skins/materia-dark/tabs/plus_over.svg
Please tell me why this needed and why this draw over plus button? https://github.com/KDE/yakuake/blob/master/app/tabbar.cpp#L985 m_dropIndicator->setPixmap(QIcon::fromTheme(QStringLiteral("arrow-down")).pixmap(arrowSize, arrowSize, drawMode));
I imagine to communicate to the user that they can press-and-hold the button to access more options. If the icon isn't positioned properly, that's a bug.