New Format

This commit is contained in:
Andreas Grasser 2022-11-19 21:55:21 +01:00
parent 33fbcc1dae
commit 9bd8baa3d7
3 changed files with 2 additions and 4 deletions

View file

@ -53,7 +53,7 @@ function render(users) {
} }
ctx.fillStyle = "#DDDDDD"; ctx.fillStyle = "#DDDDDD";
ctx.fillText("@sonnenbrandi@mieke.club mit lieben Grüßen an Duiker101", 700, 985, 290) ctx.fillText("@sonnenbrandi@mieke.club mit lieben Grüßen an Duiker101", width-300, height-15, 290)
}; };
function get_layer(i) { function get_layer(i) {

View file

@ -17,7 +17,7 @@
<button id="btn_create" onClick="circle_main()">Circle Erstellen</button> <button id="btn_create" onClick="circle_main()">Circle Erstellen</button>
<button id="btn_download" onClick="downloadImage()" style="display: none;">DOWNLOAD</button> <button id="btn_download" onClick="downloadImage()" style="display: none;">DOWNLOAD</button>
<br><br><br> <br><br><br>
<canvas id="canvas" width="1000" height="1000"></canvas> <canvas id="canvas" width="1600" height="1000"></canvas>
<div id="outDiv"></div> <div id="outDiv"></div>
</body> </body>
</html> </html>

View file

@ -3,8 +3,6 @@ body {
color: #d9e1e8; color: #d9e1e8;
font-size: 20px; font-size: 20px;
line-height: 200%; line-height: 200%;
padding-left: 10%;
padding-right: 10%;
padding-top: 75px; padding-top: 75px;
text-align: center; text-align: center;
} }