]> source.dussan.org Git - svg.js.git/commitdiff
fix: change domain name to svgjs.dev
authorWout <wout@mick-wout.com>
Wed, 9 Jun 2021 18:02:22 +0000 (19:02 +0100)
committerWout <wout@mick-wout.com>
Wed, 9 Jun 2021 18:02:22 +0000 (19:02 +0100)
bench/runner.html
package.json
spec/spec/elements/A.js
src/modules/core/namespaces.js

index 5b6040c204ca896080dafddeda052e7d4e7dcfd2..fbd4e24522d7a90699396e52d5da349acd15d5de 100644 (file)
@@ -36,7 +36,7 @@
 </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>
index 69a57149c00ff6ea24368f5a7093ed1723528a1e..24a232098837e40b688b1010e094bf32620c8972 100644 (file)
@@ -39,7 +39,7 @@
     },
     {
       "name": "Jon Ege Ronnenberg",
-      "email": "jon@svgjs.com",
+      "email": "jon@svgjs.dev",
       "url": "https://keybase.io/dotnetcarpenter"
     }
   ],
index 4c0c3bf9ed73d8ae6421bfa9a55308fb1437eb53..854204eb67e67bc86de7ee3493ef979a36845b3d 100644 (file)
@@ -4,7 +4,7 @@ import { A, G, Rect } from '../../../src/main.js'
 
 const { any } = jasmine
 
-const url = 'https://svgjs.com'
+const url = 'https://svgjs.dev'
 describe('A.js', () => {
 
   describe('()', () => {
index 3968e6376da8dcda9010880ed4a3abdf592ee0a1..778d402b6cd36f0e92b11723fcdbb8251241bd4d 100644 (file)
@@ -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'