icontheme: Recolor <polygon> elements in SVGs too

Otherwise, it's possible to have a symbolic icon where some of the
shapes keep the #bebebe chroma key color.
This commit is contained in:
Philip Chimento 2018-12-08 01:40:32 +00:00
parent 43ef4d7b53
commit 284d909347

View File

@ -4156,7 +4156,7 @@ gtk_icon_info_load_symbolic_svg (GtkIconInfo *icon_info,
" width=\"", width, "\"\n"
" height=\"", height, "\">\n"
" <style type=\"text/css\">\n"
" rect,path,ellipse,circle {\n"
" rect,path,ellipse,circle,polygon {\n"
" fill: ", css_fg," !important;\n"
" }\n"
" .warning {\n"