aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/core
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-04-23 08:04:58 +1000
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2020-04-23 08:04:58 +1000
commite058f51bf16cd908a266391f7d657f35e501bb17 (patch)
tree343e81c2efd661ecf25e4c4c7dbda7c12e3edaee /src/modules/core
parent55a2e8ebe262d4dcd6b7489df573f980d24554d0 (diff)
downloadsvg.js-e058f51bf16cd908a266391f7d657f35e501bb17.tar.gz
svg.js-e058f51bf16cd908a266391f7d657f35e501bb17.zip
renamed svg namespace to svg
Diffstat (limited to 'src/modules/core')
-rw-r--r--src/modules/core/namespaces.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/core/namespaces.js b/src/modules/core/namespaces.js
index 086e0e9..3968e63 100644
--- a/src/modules/core/namespaces.js
+++ b/src/modules/core/namespaces.js
@@ -1,5 +1,6 @@
// Default namespaces
-export const ns = 'http://www.w3.org/2000/svg'
+export const svg = 'http://www.w3.org/2000/svg'
+export const html = 'http://www.w3.org/1999/xhtml'
export const xmlns = 'http://www.w3.org/2000/xmlns/'
export const xlink = 'http://www.w3.org/1999/xlink'
export const svgjs = 'http://svgjs.com/svgjs'