fix constructor in candy

This commit is contained in:
benfry
2006-11-14 12:27:26 +00:00
parent 39acfca128
commit 80e9f11e44
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ public class SVG {
/**
* Initializes a new SVG Object with the given filename.
*/
public SVG(String filename, PApplet parent){
public SVG(PApplet parent, String filename){
this.parent = parent;
//this.filename = filename;
+1
View File
@@ -74,6 +74,7 @@ _ http://www.adobe.com/svg/eol.html
LIBRARIES / xml
_ need to handle how save() works inside xml lib
_ need to handle <!ENTITY tags for svg documents
_ vectors shouldn't be exposed, need to expose attr lists as arrays
_ or also add a method for getting the vectors?