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
|
@ -280,7 +280,7 @@ svgEditor.addExtension("shapes", function() {
|
|||
});
|
||||
|
||||
// Make sure shape uses absolute values
|
||||
if(current_d.charAt(0) === 'm') {
|
||||
if(/[a-z]/.test(current_d)) {
|
||||
current_d = cur_lib.data[cur_shape_id] = canv.pathActions.convertPath(cur_shape);
|
||||
cur_shape.setAttribute('d', current_d);
|
||||
canv.pathActions.fixEnd(cur_shape);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue