svg to png

main
Boyana 1 year ago
parent a944bb40ba
commit 00b0546730

@ -20,7 +20,7 @@ questions.onreadystatechange = function() {
questions.send();
function preload(){
img=loadImage('wheel2803.svg');
img=loadImage('wheel2803.png');
}
function setup() {
var canvas = createCanvas(windowWidth/2, windowHeight/2);

Loading…
Cancel
Save