revert allowed namespaces (create side effects on new image)

master
JFH 2021-05-27 21:07:33 +02:00
parent 5a318574e7
commit 9a2e4b664b
1 changed files with 6 additions and 6 deletions

View File

@ -19,12 +19,12 @@ export const NS = {
OI: 'http://www.optimistik.fr/namespace/svg/OIdata',
XML: 'http://www.w3.org/XML/1998/namespace',
XMLNS: 'http://www.w3.org/2000/xmlns/', // see http://www.w3.org/TR/REC-xml-names/#xmlReserved
SODIPODI: 'http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd',
INKSCAPE: 'http://www.inkscape.org/namespaces/inkscape',
RDF: 'http://www.w3.org/1999/02/22-rdf-syntax-ns#',
OSB: 'http://www.openswatchbook.org/uri/2009/osb',
CC: 'http://creativecommons.org/ns#',
DC: 'http://purl.org/dc/elements/1.1/'
// SODIPODI: 'http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd',
// INKSCAPE: 'http://www.inkscape.org/namespaces/inkscape',
// RDF: 'http://www.w3.org/1999/02/22-rdf-syntax-ns#',
// OSB: 'http://www.openswatchbook.org/uri/2009/osb',
// CC: 'http://creativecommons.org/ns#',
// DC: 'http://purl.org/dc/elements/1.1/'
};
/**