Update SVG-Edit
Hyperlinking, among other new features.
This commit is contained in:
parent
7d3f9db8f0
commit
a12a778c5a
85 changed files with 15637 additions and 10749 deletions
|
@ -8,14 +8,12 @@
|
|||
*/
|
||||
|
||||
// Dependencies:
|
||||
// 1) browsersupport.js
|
||||
// 1) browser.js
|
||||
// 2) svgutils.js
|
||||
|
||||
(function() {
|
||||
var svgedit = svgedit || {};
|
||||
|
||||
if (!window.svgedit) {
|
||||
window.svgedit = {};
|
||||
}
|
||||
(function() {
|
||||
|
||||
if (!svgedit.sanitize) {
|
||||
svgedit.sanitize = {};
|
||||
|
@ -184,7 +182,7 @@ svgedit.sanitize.sanitizeSvg = function(node) {
|
|||
}
|
||||
|
||||
// Add spaces before negative signs where necessary
|
||||
if(svgedit.browsersupport.isGecko()) {
|
||||
if(svgedit.browser.isGecko()) {
|
||||
switch ( attrName ) {
|
||||
case "transform":
|
||||
case "gradientTransform":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue