Skip to content

Commit

Permalink
chore: Add drop shadown to logo to work on dark background
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 28, 2024
1 parent 157cd7f commit 8ce98ea
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@ media/logo.svg: media/logo-source.svg

media/emblum.svg: media/logo-source.svg
inkscape --batch-process \
--actions "select-by-id:Fontship;EditDelete;select-by-id:truck;FitCanvasToSelection;$(_svg_cleanup)" \
--actions "select-by-id:title;EditDelete;select-by-id:emblum;FitCanvasToSelection;$(_svg_cleanup)" \
$< -o $@
scour $(_scour_args) $@ /dev/stdout | sponge $@

media/icon.svg: media/logo-source.svg
inkscape --batch-process \
--actions "select-by-id:F,Fontship;EditDelete;select-by-id:truck;FitCanvasToSelection;select-by-id:cargo;object-set-attribute:fill,#000;$(_svg_cleanup)" \
--actions "select-by-id:F,title;EditDelete;select-by-id:emblum;FitCanvasToSelection;select-by-id:cargo;object-set-attribute:fill,#000;$(_svg_cleanup)" \
$< -o $@
scour $(_scour_args) $@ /dev/stdout | sponge $@

media/badge.svg: media/logo-source.svg
inkscape --batch-process \
--actions "select-by-id:F,Fontship;EditDelete;select-by-id:truck;FitCanvasToSelection;$(_svg_cleanup);select-all;object-set-attribute:stroke,#FFF;object-set-attribute:fill,#FFF" \
--actions "select-by-id:F,title;EditDelete;select-by-id:emblum;FitCanvasToSelection;$(_svg_cleanup);select-all;object-set-attribute:stroke,#FFF;object-set-attribute:fill,#FFF" \
$< -o $@
scour $(_scour_args) $@ /dev/stdout | sponge $@

Expand Down
2 changes: 1 addition & 1 deletion media/badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion media/emblum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8ce98ea

Please sign in to comment.