Code

Don't store perspectives in plain SVG
authorcilix42 <cilix42@users.sourceforge.net>
Sun, 17 Feb 2008 18:13:23 +0000 (18:13 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Sun, 17 Feb 2008 18:13:23 +0000 (18:13 +0000)
src/persp3d.cpp

index 41ef4906b57b2b497f84ba526e4ad08e1c6b4260..9182d9dbeeee5779f2fcdfd79456fed59169588a 100644 (file)
@@ -260,7 +260,7 @@ persp3d_write(SPObject *object, Inkscape::XML::Node *repr, guint flags)
 {
     Persp3D *persp = SP_PERSP3D(object);
 
-    if ((flags & SP_OBJECT_WRITE_BUILD) && !repr) {
+    if ((flags & SP_OBJECT_WRITE_BUILD & SP_OBJECT_WRITE_EXT) && !repr) {
         // this is where we end up when saving as plain SVG (also in other circumstances?);
         // hence we don't set the sodipodi:type attribute
         Inkscape::XML::Document *xml_doc = sp_document_repr_doc(SP_OBJECT_DOCUMENT(object));