mirror of https://github.com/GNOME/gimp.git
icons: invert the symbolic icons with gegl:invert-gamma...
... instead of gegl:invert-linear.
This commit is contained in:
parent
06a5b2fa3f
commit
37a482a096
|
@ -39,7 +39,7 @@ include $(top_srcdir)/icons/Symbolic/icon-list.mk
|
|||
MAKE_ICON = mkdir -p `dirname $@`; \
|
||||
$(GEGL) -x \
|
||||
"<gegl> \
|
||||
<node operation='gegl:invert-linear'></node> \
|
||||
<node operation='gegl:invert-gamma'></node> \
|
||||
<node operation='gegl:load'> \
|
||||
<params> \
|
||||
<param name='path'>$(top_srcdir)/icons/Symbolic/$@</param> \
|
||||
|
|
Loading…
Reference in New Issue