Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
pablofaure
pablofaure's Profile
1
Posts
0
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Why I can't load an SVG image?
[2 Replies]
20-Jul-2013 09:05 PM
Forum:
Programming Questions
I'm a begginer with Processing. I write this code:
PShape bot;
void setup() {
size(640, 360);
bot = loadShape("imagebot.svg");
}
void draw() {
background(102);
shape(bot, 110, 90, 100, 100);
shape(bot, 280, 40);
}
But that's no works...NullPointerException. What's happened?? I need help, thank's a lot!
«Prev
Next »
Moderate user : pablofaure
Forum