Skip to content

Add link to the used file #129

Closed
Closed
@guoyunhe

Description

@guoyunhe

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions