Fixed Issue 720: Tree of life doesn't render properly
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1804 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
2001
editor/jgraduate/jpicker.min.js
vendored
2001
editor/jgraduate/jpicker.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1708,6 +1708,7 @@ var SVGEditTransformList = function(elem) {
|
||||
var bits = x.split(/\s*\(/);
|
||||
var name = bits[0];
|
||||
var val_bits = bits[1].match(/\s*(.*?)\s*\)/);
|
||||
val_bits[1] = val_bits[1].replace(/(\d)-/g, "$1 -");
|
||||
var val_arr = val_bits[1].split(/[, ]+/);
|
||||
var letters = 'abcdef'.split('');
|
||||
var mtx = svgroot.createSVGMatrix();
|
||||
|
||||
Reference in New Issue
Block a user