</head>
<body>
<div id="draw"></div>
- <svg id="native" width="100" height="100" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs"></svg>
+ <svg id="native" width="100" height="100" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs"></svg>
<script src="../dist/svg.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/snap.svg/0.5.1/snap.svg-min.js"></script>
<script src="svg.bench.js"></script>
},
{
"name": "Jon Ege Ronnenberg",
- "email": "jon@svgjs.com",
+ "email": "jon@svgjs.dev",
"url": "https://keybase.io/dotnetcarpenter"
}
],
const { any } = jasmine
-const url = 'https://svgjs.com'
+const url = 'https://svgjs.dev'
describe('A.js', () => {
describe('()', () => {
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'