Skip to content

Commit

Permalink
Undo logo blur positioning!
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Oct 25, 2023
1 parent 18095a1 commit c1f837b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions modules/cards/LogoTitleCard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"',
Expand Down
2 changes: 1 addition & 1 deletion modules/ref/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.14.4-develop42
v1.14.4-develop43

0 comments on commit c1f837b

Please sign in to comment.