diff --git a/modules/cards/LogoTitleCard.py b/modules/cards/LogoTitleCard.py index 778441b6e..720711a99 100755 --- a/modules/cards/LogoTitleCard.py +++ b/modules/cards/LogoTitleCard.py @@ -340,15 +340,15 @@ def create(self) -> None: f'convert', # Add background image or color *background_command, - # Optionally overlay gradient - *gradient_command, - # Apply style that is applicable to entire image - *style_command, # Overlay resized logo f'"{resized_logo.resolve()}"', f'-gravity north', f'-geometry "+0+{offset}"', f'-composite', + # Optionally overlay gradient + *gradient_command, + # Apply style that is applicable to entire image + *style_command, # Global title text options f'-gravity south', f'-font "{self.font_file}"', diff --git a/modules/ref/version b/modules/ref/version index 05458b060..9333cc9b9 100755 --- a/modules/ref/version +++ b/modules/ref/version @@ -1 +1 @@ -v1.14.4-develop42 \ No newline at end of file +v1.14.4-develop43 \ No newline at end of file