From 80e9f11e44b8f62fd87a05cbddc9a8180c2e6f78 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 14 Nov 2006 12:27:26 +0000 Subject: [PATCH] fix constructor in candy --- candy/src/processing/candy/SVG.java | 2 +- todo.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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