summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-09-01 19:49:18 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-09-01 19:50:16 +0000
commit5e8e0a6bdd15427faa16d6432b9fbd7bbe0d6335 (patch)
tree37dfb161397255903dd32fe27302fb308e5b9d4a /src/object
parentAdd 'vector-effect' to CSS and attribute lists. (diff)
parentUpdate internal extensions for latest .inx format changes (diff)
downloadinkscape-5e8e0a6bdd15427faa16d6432b9fbd7bbe0d6335.tar.gz
inkscape-5e8e0a6bdd15427faa16d6432b9fbd7bbe0d6335.zip
Extension updates for 1.0 (!808)
Diffstat (limited to 'src/object')
-rw-r--r--src/object/sp-factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-factory.cpp b/src/object/sp-factory.cpp
index cc635752e..e773354f2 100644
--- a/src/object/sp-factory.cpp
+++ b/src/object/sp-factory.cpp
@@ -315,7 +315,7 @@ SPObject *SPFactory::createObject(std::string const& id)
{}
else if (id == "inkscape:clipboard") // SP node not necessary
{}
- else if (id == "inkscape:_templateinfo") // ?
+ else if (id == "inkscape:templateinfo" || id == "inkscape:_templateinfo") // metadata for templates
{}
else if (id.empty()) // comments
{}