Cosmetics

This commit is contained in:
Magne Bratseth
2016-02-25 09:05:50 +01:00
parent 0cf2fc57a1
commit 78f214de8b

View File

@@ -630,8 +630,8 @@ svgedit.utilities.cleanupElement = function(element) {
'stroke-linecap':'butt',
'stroke-opacity':1,
'stroke-width':1,
'rx': 0,
'ry': 0
'rx':0,
'ry':0
};
var nodeName = element.nodeName ? element.nodeName : '';