[gtk: 1/2] gtk: also recolor circle and ellipse in symbolic SVG icons.



commit 04367acf9bc55b2d8730629c497ce268d89c36b7
Author: Jehan <jehan girinstud io>
Date:   Sat Jun 23 00:16:39 2018 +0200

    gtk: also recolor circle and ellipse in symbolic SVG icons.

 gtk/gtkicontheme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index 33ef8542a9..eed2c279be 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -4283,7 +4283,7 @@ gtk_icon_info_load_symbolic_svg (GtkIconInfo    *icon_info,
                       "     width=\"", width, "\"\n"
                       "     height=\"", height, "\">\n"
                       "  <style type=\"text/css\">\n"
-                      "    rect,path {\n"
+                      "    rect,path,ellipse,circle {\n"
                       "      fill: ", css_fg," !important;\n"
                       "    }\n"
                       "    .warning {\n"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]