Fixed bug related to path reorientation
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@984 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -379,6 +379,7 @@ function svg_edit_setup() {
|
||||
var no_path = $.inArray(elname, ['image', 'text', 'path', 'g']) == -1;
|
||||
$('#tool_topath').toggle(no_path);
|
||||
$('#tool_reorient').toggle(elname == 'path');
|
||||
$('#tool_reorient').toggleClass('tool_button_disabled', angle == 0);
|
||||
} else {
|
||||
var point = svgCanvas.getNodePoint();
|
||||
if(point) {
|
||||
|
||||
Reference in New Issue
Block a user