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.
1 parent ff5cc6b commit 0a1e8a3Copy full SHA for 0a1e8a3
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