Zotero 7: Symbolic icon isnt recognized as such by Gnome
the symbolic svg isnt really recognized as symbolic by gnome
according to Gnome, it should have a fill: #000000, but the SVG doesnt have any fill at all.
this can be fixed by adding
i discovered that trying to figure out why the flatpak isnt using the actual logo (like pointed out here and here) and I am starting to believe that maybe it is the lack of a scalable colored icon from upstream, but i am yet to try and prove that hypothesis.
according to Gnome, it should have a fill: #000000, but the SVG doesnt have any fill at all.
this can be fixed by adding
<style>polygon{fill:#000000;}</style>in the svg file
i discovered that trying to figure out why the flatpak isnt using the actual logo (like pointed out here and here) and I am starting to believe that maybe it is the lack of a scalable colored icon from upstream, but i am yet to try and prove that hypothesis.
https://github.com/zotero/zotero/commit/d2fda98bcba3f0cdfc9591117c2e565a532cb9a2
Let us know if that works for you.
inline style is actually better as it is lighter to the file.
Could you include an SVG version of the colored icon as well? I think when it is needed, it is just falling back to the best (and only) scalable version it finds, which is the symbolic one
https://forums.zotero.org/discussion/111089/new-logo-in-svg-format
It's a raster icon. It's not a vector icon.
the precise text put in the logo, in the little page behind the Z, would also be good.
[removed]
i tried to put the colors the closest I could. the text behind is completely different.
As I say, the icon is a raster icon with different versions for different sizes. If we wanted to create an SVG version other than the symbolic one, we would've done so. Can you explain why you're looking for an SVG version of the color icon? What are the situations where you're seeing the symbolic icon where you don't think it's appropriate?
https://github.com/flathub/org.zotero.Zotero/blob/28162a895ca2d36cdab4b33beb1d475e59c1a43c/org.zotero.Zotero.yaml#L44-L47
We distributed a 256px version of the previous icon, so we should probably at least include a 256px version of the new one.
yes, your assumption is correct, about the flatpak