revert allowed namespaces (create side effects on new image)
parent
5a318574e7
commit
9a2e4b664b
|
@ -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/'
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue