mirror of
https://github.com/AMNatty/Mastodon-Circles.git
synced 2024-11-22 11:07:27 -07:00
New Format
This commit is contained in:
parent
33fbcc1dae
commit
9bd8baa3d7
3 changed files with 2 additions and 4 deletions
2
image.js
2
image.js
|
@ -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) {
|
||||||
|
|
|
@ -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>
|
|
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in a new issue