gegl r3052 - in trunk: . operations/external
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r3052 - in trunk: . operations/external
- Date: Sun, 12 Apr 2009 13:15:02 +0000 (UTC)
Author: martinn
Date: Sun Apr 12 13:15:02 2009
New Revision: 3052
URL: http://svn.gnome.org/viewvc/gegl?rev=3052&view=rev
Log:
Default gegl:text color to black
Default gegl:text color to black since white is more common background
color than black.
Modified:
trunk/ChangeLog
trunk/operations/external/text.c
Modified: trunk/operations/external/text.c
==============================================================================
--- trunk/operations/external/text.c (original)
+++ trunk/operations/external/text.c Sun Apr 12 13:15:02 2009
@@ -28,7 +28,7 @@
_("Font family (utf8)"))
gegl_chant_double (size, _("Size"), 1.0, 2048.0, 10.0,
_("Approximate height of text in pixels."))
-gegl_chant_color (color, _("Color"), "white",
+gegl_chant_color (color, _("Color"), "black",
_("Color for the text (defaults to 'white')"))
gegl_chant_int (wrap, _("Wrap width"), -1, 1000000, -1,
_("Sets the width in pixels at which long lines will wrap. "
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]