try to draw 1000*1000 svg grig

This commit is contained in:
Gnieark 2016-06-29 10:44:08 +02:00
parent 7a2cb96bb5
commit 0a559d9f88

View File

@ -8,7 +8,7 @@ function tron(bot1,bot2,xdcheck){
document.getElementById('fightResult').removeChild(document.getElementById('fightResult').firstChild);
}
alert("plop");
// "circle" may be any tag name
var shape = document.createElementNS("http://www.w3.org/2000/svg", "circle");
// Set any attributes as desired