mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
emoji: Fix graphical artifacts of adjacent emoji in sprite sheet.
We didn't have any margin between the different emoji symbols previously.
This commit is contained in:
@@ -198,7 +198,7 @@ def dump_emojis(cache_path):
|
|||||||
print("Errors dumping emoji!")
|
print("Errors dumping emoji!")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
subprocess.call('glue --quiet out/sprite . --namespace=emoji --sprite-namespace= --retina',
|
subprocess.call('glue --quiet out/sprite . --margin=1 --namespace=emoji --sprite-namespace= --retina',
|
||||||
shell=True)
|
shell=True)
|
||||||
|
|
||||||
cache_emoji = os.path.join(cache_path, 'images', 'emoji')
|
cache_emoji = os.path.join(cache_path, 'images', 'emoji')
|
||||||
|
|||||||
Reference in New Issue
Block a user