Nerothe
Nerothe
Germany
function NeroQuine() {
var c = document.createElement('canvas');
var ctx = c.getContext('2d');
var w = c.width = c.height = 360;
var g = ctx.createLinearGradient(0, 0, w, w);
g.addColorStop(0, "#338080");
g.addColorStop(1, "#214242");
ctx.fillStyle = g;
ctx.fillRect(0,0,w,w);
ctx.fillStyle = "#fff";
ctx.font = '13.2px monospace';
ctx.lineWidth = 1;
(String(NeroQuine) + "\nNeroQuine();")
.split("\n").forEach((l,k)=>{
ctx.strokeText(l, 8, 17*(k+1)+3);
ctx.fillText(l, 8, 17*(k+1)+3);
});
document.body.appendChild(c);
}
NeroQuine();
function NeroQuine() {
var c = document.createElement('canvas');
var ctx = c.getContext('2d');
var w = c.width = c.height = 360;
var g = ctx.createLinearGradient(0, 0, w, w);
g.addColorStop(0, "#338080");
g.addColorStop(1, "#214242");
ctx.fillStyle = g;
ctx.fillRect(0,0,w,w);
ctx.fillStyle = "#fff";
ctx.font = '13.2px monospace';
ctx.lineWidth = 1;
(String(NeroQuine) + "\nNeroQuine();")
.split("\n").forEach((l,k)=>{
ctx.strokeText(l, 8, 17*(k+1)+3);
ctx.fillText(l, 8, 17*(k+1)+3);
});
document.body.appendChild(c);
}
NeroQuine();
Currently Offline
Recent Activity
942 hrs on record
last played on 21 Jan
450 hrs on record
last played on 21 Jan
1,126 hrs on record
last played on 18 Jan
Comments
Kamelius 8 Oct, 2018 @ 2:08am 
:csgo_ez:
milyvean 8 Jul, 2018 @ 3:24am 
:Miew: