From 00b054673036d66636d6a4456d58dcc492486121 Mon Sep 17 00:00:00 2001 From: Boyana Date: Tue, 28 Mar 2023 15:23:17 +0200 Subject: [PATCH] svg to png --- web/spin-wheel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/spin-wheel/index.html b/web/spin-wheel/index.html index f0e8a3b..f39b014 100644 --- a/web/spin-wheel/index.html +++ b/web/spin-wheel/index.html @@ -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);