Merge branch 'cherry-pick-5b049364' into 'gtk-3-24'

Merge branch 'fix-polygon-svg-recolor' into 'master'

See merge request GNOME/gtk!468
This commit is contained in:
Timm Bäder 2018-12-22 09:10:49 +00:00
commit b69aae4ab3

View File

@ -4569,7 +4569,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"