Skip to content

Commit 207d50c

Browse files
committed
updated visual test
1 parent 9d4790d commit 207d50c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

  • test/unit/visual
    • cases
    • screenshots/WebGL/background()/background(image) works in WEBGL

test/unit/visual/cases/webgl.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,9 @@ visualSuite('WebGL', function() {
936936

937937
const g = p5.createGraphics(50, 50);
938938
g.background(255, 0, 0);
939+
g.fill(0);
940+
g.noStroke();
941+
g.circle(25, 25, 20);
939942

940943
p5.background(0, 0, 255);
941944
p5.background(g);
294 Bytes
Loading

0 commit comments

Comments
 (0)