switch horizontal and vertical blurring. They were reversed.

* plug-ins/script-fu/scripts/tileblur.scm: switch horizontal and vertical
	blurring. They were reversed.
This commit is contained in:
Marco Wessel 2002-06-23 10:57:06 +00:00
parent 9732da6fe2
commit 216a7389a0
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-06-23 Marco Wessel <marco@phoenix.uzaynet.nl>
* plug-ins/script-fu/scripts/tileblur.scm: switch horizontal and vertical
blurring. They were reversed. (Tuomas noticed this.)
2002-06-21 Maurits Rijk <lpeek.mrijk@consunet.nl>
* plug-ins/common/AlienMap2.c: replace plug-ins hsl_to_rgb and

View file

@ -16,7 +16,7 @@
; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
(define (script-fu-tile-blur inImage inLayer inRadius inHoriz inVert inType)
(define (script-fu-tile-blur inImage inLayer inRadius inVert inHoriz inType)
(set! theImage inImage)
(set! theLayer inLayer)