diff --git a/candy/src/processing/candy/SVG.java b/candy/src/processing/candy/SVG.java index 8e787db96..96e384ea8 100755 --- a/candy/src/processing/candy/SVG.java +++ b/candy/src/processing/candy/SVG.java @@ -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; diff --git a/todo.txt b/todo.txt index a512f7e28..7dae652c9 100644 --- a/todo.txt +++ b/todo.txt @@ -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