Code

Filter effects dialog:
[inkscape.git] / src / sp-object-repr.cpp
index 43c946670397d515e2069f141305ce68191f3024..a4b47ca220c13c017567334e3593246ccd76e9aa 100644 (file)
@@ -21,6 +21,7 @@
 #include "sp-path.h"
 #include "sp-radial-gradient-fns.h"
 #include "sp-rect.h"
+#include "box3d.h"
 #include "sp-ellipse.h"
 #include "sp-star.h"
 #include "sp-stop-fns.h"
@@ -30,6 +31,7 @@
 #include "sp-metadata.h"
 #include "sp-polyline.h"
 #include "sp-textpath.h"
+#include "sp-tref.h"
 #include "sp-tspan.h"
 #include "sp-pattern.h"
 #include "sp-clippath.h"
@@ -164,6 +166,7 @@ populate_dtables()
         { "svg:symbol", SP_TYPE_SYMBOL },
         { "svg:text", SP_TYPE_TEXT },
         { "svg:textPath", SP_TYPE_TEXTPATH },
+        { "svg:tref", SP_TYPE_TREF },
         { "svg:tspan", SP_TYPE_TSPAN },
         { "svg:use", SP_TYPE_USE }
     };
@@ -171,7 +174,9 @@ populate_dtables()
         { "arc", SP_TYPE_ARC },
         { "inkscape:offset", SP_TYPE_OFFSET },
         { "spiral", SP_TYPE_SPIRAL },
-        { "star", SP_TYPE_STAR }
+        { "star", SP_TYPE_STAR },
+        { "inkscape:3dbox", SP_TYPE_3DBOX }//,
+        //{ "inkscape:3dboxface", SP_TYPE_3DBOX_FACE }
     };
 
     NameTypeEntry const *const t2entries[] = {