From: sasilver Date: Wed, 11 Jun 2008 10:54:18 +0000 (+0000) Subject: Remove any baseProfile attribute, as we don't respect it. (See bug 166958.) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5c106ec5d50c948c33e387102f188570196c5d38;p=inkscape.git Remove any baseProfile attribute, as we don't respect it. (See bug 166958.) --- diff --git a/src/document.cpp b/src/document.cpp index bf5ef089e..333ce8d5a 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -309,6 +309,9 @@ sp_document_create(Inkscape::XML::Document *rdoc, } /* End of quick hack 3 */ + /* Eliminate any claim to adhere to a profile, as we don't try to */ + rroot->setAttribute("baseProfile", NULL); + // creating namedview if (!sp_item_group_get_child_by_name((SPGroup *) document->root, NULL, "sodipodi:namedview")) { // if there's none in the document already,