mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Make transparent pixels white in the logos
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 6.0 KiB |
@@ -17,10 +17,10 @@ resource:
|
||||
logos:: Logos/gf00.png Logos/gf0.png
|
||||
|
||||
Logos/gf00.png: Logos/gf00.svg Makefile
|
||||
convert -background none -size 264x216 -depth 8 $< $@
|
||||
convert -background 'rgba(255,255,255,0)' -size 264x216 -depth 8 $< $@
|
||||
|
||||
Logos/gf0.png: Logos/gf0.svg Makefile
|
||||
convert -background none -size 320x240 -depth 8 $< $@
|
||||
convert -background 'rgba(255,255,255,0)' -size 320x240 -depth 8 $< $@
|
||||
|
||||
### Updating automatically generated HTML files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user