blob: 086e0e947e37bf147217041b44daad1f04781e56 (
plain)
1
2
3
4
5
|
// Default namespaces
export const ns = 'http://www.w3.org/2000/svg'
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'
|