Use generic AvatarLink() function

This commit is contained in:
2018-03-05 17:49:24 +01:00
parent b46110a913
commit 5fba65ddc0
6 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<svg version="1.1" width="50" height="50">
<svg version="1.1" width="50" height="50" xmlns="http://www.w3.org/2000/svg">
<circle cx="25" cy="19" r="10" fill="rgb(60, 60, 60)" />
<circle cx="25" cy="50" r="20" fill="rgb(60, 60, 60)" />
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 200 B