[gimp/metadata-browser] Adjusted default values in the Drop Shadow script to help people produce less ugly artwork



commit 6d6cec9d511eef26c4ab70fc817f00e690322dc0
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sat Aug 25 20:14:02 2012 +0400

    Adjusted default values in the Drop Shadow script to help people produce less ugly artwork

 plug-ins/script-fu/scripts/drop-shadow.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/script-fu/scripts/drop-shadow.scm b/plug-ins/script-fu/scripts/drop-shadow.scm
index 2b77edf..9f6cc2a 100644
--- a/plug-ins/script-fu/scripts/drop-shadow.scm
+++ b/plug-ins/script-fu/scripts/drop-shadow.scm
@@ -174,11 +174,11 @@
   "RGB* GRAY*"
   SF-IMAGE      "Image"           0
   SF-DRAWABLE   "Drawable"        0
-  SF-ADJUSTMENT _"Offset X"       '(8 -4096 4096 1 10 0 1)
-  SF-ADJUSTMENT _"Offset Y"       '(8 -4096 4096 1 10 0 1)
+  SF-ADJUSTMENT _"Offset X"       '(4 -4096 4096 1 10 0 1)
+  SF-ADJUSTMENT _"Offset Y"       '(4 -4096 4096 1 10 0 1)
   SF-ADJUSTMENT _"Blur radius"    '(15 0 1024 1 10 0 1)
   SF-COLOR      _"Color"          "black"
-  SF-ADJUSTMENT _"Opacity"        '(80 0 100 1 10 0 0)
+  SF-ADJUSTMENT _"Opacity"        '(60 0 100 1 10 0 0)
   SF-TOGGLE     _"Allow resizing" TRUE
 )
 



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