aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/core/namespaces.js
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2023-09-03 09:49:01 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2023-09-03 09:49:01 +0200
commitca8ac554bfafe6b4d7985fe3130ff3dffa6029ca (patch)
tree5dcecd8f32564fb3fb95e8846344b0b26c05dc24 /src/modules/core/namespaces.js
parentd66be92f19e1004fd250ba1d020db2436f9eb65b (diff)
downloadsvg.js-ca8ac554bfafe6b4d7985fe3130ff3dffa6029ca.tar.gz
svg.js-ca8ac554bfafe6b4d7985fe3130ff3dffa6029ca.zip
doscontinue use of svgjs:data in favor of data-svg
Diffstat (limited to 'src/modules/core/namespaces.js')
-rw-r--r--src/modules/core/namespaces.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/core/namespaces.js b/src/modules/core/namespaces.js
index 778d402..544efa2 100644
--- a/src/modules/core/namespaces.js
+++ b/src/modules/core/namespaces.js
@@ -3,4 +3,3 @@ 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.dev/svgjs'