Fixed issue 420

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1243 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-01-19 14:03:10 +00:00
parent 72c6cb59e8
commit a6edbc58bb
2 changed files with 2 additions and 0 deletions

View File

@ -1052,6 +1052,7 @@ function svg_edit_setup() {
var clickClear = function(){
$.confirm(uiStrings.QwantToClear, function(ok) {
if(!ok) return;
setSelectMode();
svgCanvas.clear();
svgCanvas.setResolution(640, 480);
updateCanvas(true);

View File

@ -3304,6 +3304,7 @@ function BatchCommand(text) {
// Currently only one node can be selected at a time, should allow more later
// Should point be the index or the grip element?
var point = points;
// if(!$.isArray(points)) points = [points];
//
// $.merge(selected_pts, points);