Update SVG-Edit

Hyperlinking, among other new features.
This commit is contained in:
Jacques Distler 2011-01-31 22:15:28 -06:00
parent 7d3f9db8f0
commit a12a778c5a
85 changed files with 15637 additions and 10749 deletions

View file

@ -10,11 +10,9 @@
// Dependencies:
// None.
(function() {
var svgedit = svgedit || {};
if (!window.svgedit) {
window.svgedit = {};
}
(function() {
if (!svgedit.math) {
svgedit.math = {};