We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff5cc6b + 0a1e8a3 commit 6ea7b01Copy full SHA for 6ea7b01
content/examples/Basics/Web/LoadingImages/LoadingImages.pde
@@ -8,7 +8,7 @@ PImage img;
8
9
void setup() {
10
size(640, 360);
11
- img = loadImage("https://processingfoundation.org/content/1-home/processing-web.png");
+ img = loadImage("https://processing.org/img/processing-web.png");
12
noLoop();
13
}
14
0 commit comments