aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/core/namespaces.js
blob: 3968e6376da8dcda9010880ed4a3abdf592ee0a1 (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.com/svgjs'