forked from AuroraMiddleware/gtk
Merge branch 'fix-polygon-svg-recolor' into 'master'
icontheme: Recolor <polygon> elements in SVGs too See merge request GNOME/gtk!443
This commit is contained in:
commit
5b049364dc
@ -4156,7 +4156,7 @@ gtk_icon_info_load_symbolic_svg (GtkIconInfo *icon_info,
|
|||||||
" width=\"", width, "\"\n"
|
" width=\"", width, "\"\n"
|
||||||
" height=\"", height, "\">\n"
|
" height=\"", height, "\">\n"
|
||||||
" <style type=\"text/css\">\n"
|
" <style type=\"text/css\">\n"
|
||||||
" rect,path,ellipse,circle {\n"
|
" rect,path,ellipse,circle,polygon {\n"
|
||||||
" fill: ", css_fg," !important;\n"
|
" fill: ", css_fg," !important;\n"
|
||||||
" }\n"
|
" }\n"
|
||||||
" .warning {\n"
|
" .warning {\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user