Give names to automatically created inline canvases
[synfig.git] / synfig-core / src / modules / mod_svg / svg_parser.h
index 53b8582..6402f69 100644 (file)
@@ -167,8 +167,8 @@ private:
                void build_rotate(xmlpp::Element* root,float dx,float dy,float angle);
                void build_translate(xmlpp::Element* root,float dx,float dy);
                void build_points(xmlpp::Element* root,std::list<Vertex*> p);
-               void build_Vertex(xmlpp::Element* root , Vertex *p);
-               void build_bline(xmlpp::Element* root,std::list<Vertex*> p,bool loop,String blinegui);
+               void build_vertex(xmlpp::Element* root , Vertex *p);
+               void build_bline(xmlpp::Element* root,std::list<Vertex*> p,bool loop,String blineguid);
                void build_param (xmlpp::Element* root,String name,String type,String value);
                void build_param (xmlpp::Element* root,String name,String type,float value);
                void build_param (xmlpp::Element* root,String name,String type,int value);
@@ -178,6 +178,7 @@ private:
                void build_vector (xmlpp::Element* root,String name,float x,float y,String guid);
                void build_color(xmlpp::Element* root,float r,float g,float b,float a);
                xmlpp::Element* nodeStartBasicLayer(xmlpp::Element* root);
+               xmlpp::Element* nodeStartBasicLayer(xmlpp::Element* root, String name);
 
                /* === COORDINATES & TRANSFORMATIONS ============== */