q5play
    Preparing search index...

    Function noFill

    • 💅 After calling this function, drawing will not be filled.

      Returns void

      await Canvas(200);
      background(0.8);

      noFill();

      stroke('red');
      circle(-20, -20, 80);
      stroke('lime');
      square(-20, -20, 80);