aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/core/namespaces.js
blob: 778d402b6cd36f0e92b11723fcdbb8251241bd4d (plain)
1
2
3
4
5
6
// Default namespaces
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'