diff options
Diffstat (limited to 'src/modules/core/namespaces.js')
-rw-r--r-- | src/modules/core/namespaces.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/core/namespaces.js b/src/modules/core/namespaces.js index 3968e63..778d402 100644 --- a/src/modules/core/namespaces.js +++ b/src/modules/core/namespaces.js @@ -3,4 +3,4 @@ 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' +export const svgjs = 'http://svgjs.dev/svgjs' |