patch from Kevin Cozens which reinstates corona. Fixes bug #142282.

2004-09-16  Dave Neary  <bolsh@gimp.org>

	* plug-ins/script-fu/scripts/burn-in-anim.scm: patch from Kevin
	Cozens which reinstates corona. Fixes bug #142282.
This commit is contained in:
Dave Neary 2004-09-16 14:55:30 +00:00 committed by David Neary
parent 357dc2d777
commit 2ade3b8a6e
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-09-16 Dave Neary <bolsh@gimp.org>
* plug-ins/script-fu/scripts/burn-in-anim.scm: patch from Kevin
Cozens which reinstates corona. Fixes bug #142282.
2004-09-16 Michael Natterer <mitch@gimp.org>
* configure.in: depend on GLib >= 2.4.5 and GTK+ >= 2.4.4.

View file

@ -111,7 +111,7 @@
(begin
;--- add some brightness to whole text
(if (= fadeout TRUE)
(gimp-brightness-contrast bl-layer 100 0)))
(gimp-brightness-contrast bl-layer 100 0))
;--- blend glow color inside the letters
(gimp-palette-set-foreground glow-color)
@ -133,6 +133,7 @@
FALSE 0 0 TRUE
(- (+ bl-x-off bl-width) corona-width) 0
(- (+ bl-x-off bl-width) after-glow) 0))
)
;--- merge with bg layer
(set! bg-layer (car (gimp-layer-copy bg-source-layer FALSE)))