Closed
Description
Page: http://processing.org/reference/shape_.html
The example uses a SVG file "bot.svg". When users want to run the example code, they must have a SVG file. If we provide a link to download, it will be convenient. Like this:
Example
PShape s;
void setup() {
s = loadShape("bot.svg");
}
void draw() {
shape(s, 10, 10, 80, 80);
}
Download used files:
Metadata
Metadata
Assignees
Labels
No labels