https://bugs.kde.org/show_bug.cgi?id=502681
Bug ID: 502681 Summary: Make creating recolorable icons simpler Classification: Frameworks and Libraries Product: frameworks-kiconthemes Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: cf...@kde.org Reporter: fedin-ilja2...@ya.ru CC: kdelibs-b...@kde.org Target Milestone: --- SUMMARY Right now this requires creating a <style> tag with a CSS rule for ColorScheme classes in use and fill=currentColor in each recolorable element. GTK can recolor icons without all this, just add a class and the job done. No <style> tags, no fill=currentColor. This would make creating such icons by third parties way more appealing as they wouldn't have to think what to do when they have an already existing icons having multiple elements with different `fill` values yet logically mapping to the same ColorScheme class. It will be a one line change for each element. STEPS TO REPRODUCE 1. Try to make a recolorable icon OBSERVED RESULT As easy as in GTK world EXPECTED RESULT Harder :( ADDITIONAL INFORMATION I hope this isn't a technical limitation in QtSvg or something like that... But this is a valid feature request regardless I believe. -- You are receiving this mail because: You are watching all bug changes.