Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
taraandtheworld
taraandtheworld'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
Ignoring <image> tag?
[6 Replies]
03-Dec-2012 02:00 AM
Forum:
Programming Questions
Hello,
I'm trying to use an svg file. I've followed the examples provided. My code looks likeL
PShape play;
void setup() {
size(100, 100);
play = loadShape("playbutton.svg");
}
void draw() {
shape(play, 10, 10, 80, 80);
}
I am getting the following error messages:
Ignoring <#text> tag.
Ignoring <image> tag.
What should I do? I'm basically trying to use the svg file as a button on the screen.
«Prev
Next »
Moderate user : taraandtheworld
Forum