💅 After calling this function, drawing will not be filled.
await Canvas(200);background(0.8);noFill();stroke('red');circle(-20, -20, 80);stroke('lime');square(-20, -20, 80); Copy
await Canvas(200);background(0.8);noFill();stroke('red');circle(-20, -20, 80);stroke('lime');square(-20, -20, 80);
💅 After calling this function, drawing will not be filled.