From 91b92cf5024a55ce6f6bdd368f3b797a7361c978 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 2 Sep 2015 13:27:59 +0200 Subject: tweak --- edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit.js b/edit.js index 35ef20a..3e46242 100644 --- a/edit.js +++ b/edit.js @@ -430,7 +430,7 @@ var init = function () +(Math.max(c,d)*font_width), paper_height = ybegin+2*box_height+line_margin; r.setSize(paper_width, paper_height); - rm_shape = r.rect(5, line_margin+ybegin, 50, box_height).attr({"fill":"#fff","stroke":0}).animate({"fill":"red"}, 1000); + rm_shape = r.rect(5, line_margin+ybegin, 50, box_height).attr({"fill":"#fff","stroke":0}).animate({"fill":"red"}, 2000); rm_shape.toBack(); rm_shape["rm_shape"] = true; // source objs -- cgit v1.2.3