Il me semble y avoir un problème avec l’encodage actuel du logo du forum sur les certificats discobot.
Comme j’ai eu des difficultés avec les certificats discobot, j’ai jeté un coup d’œil au fichier SVG généré.
Ceci a attiré mon attention :
...
<text x="269.2915" y="240.94" text-anchor="middle" font-size="24" fill="#020403" font-family="Tangerine, Tangerine">
Mentalstring
</text>
<g transform="translate(242.29149999999998 350)">
<image height="55px" width="55px" xlink:href="data:image/png;base64,[LONG BLOB IN HERE]="/>
</g>
</g>
<g id="Layer_1-2" data-name="Layer 1">
..
Cela semblait encodé alors qu’il ne devrait pas l’être, alors j’ai converti les entités et j’ai obtenu le logo Discourse qui manquait :
Voici le certificat actuel :
Et voici le même SVG mais avec l’encodage corrigé (manuellement) :

