mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix constructor in candy
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user