remotes/1693045480750635534/spooky-22
Aevann1 2022-02-27 20:27:17 +02:00
parent a72b8ce78e
commit a5e4b07acf
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@
return `<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='200px' width='200px'><text transform='translate(20, 100) rotate(-45)' fill='rgba(45,45,45,0.075)' font-size='60'>${name}</text></svg>`;
};
const base64Mark = btoa(markTemplate("8794"));
const base64Mark = btoa(markTemplate("{{v.id}}"));
document.getElementById("sex").style.backgroundImage = `url("data:image/svg+xml;base64,${base64Mark}")`;
</script>