forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-05 18:02:24 +02:00
parent 9a75ddee97
commit f2ac1847e3
1 changed files with 1 additions and 1 deletions

View File

@ -924,7 +924,7 @@
<script>
const color = getComputedStyle(document.body).getPropertyValue('background-color');
const markTemplate = (name) => {
return `<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='100px'><text transform='translate(20, 40) rotate(-45)' fill='${color}' fill-opacity="1" font-size='20'>${name}</text></svg>`;
return `<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='100px'><text transform='translate(20, 40) rotate(-45)' fill='${color}' fill-opacity="0.1" font-size='20'>${name}</text></svg>`;
};
const base64Mark = btoa(markTemplate("1234"));