summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-09-02 13:27:59 +0200
committerPatrick Simianer <p@simianer.de>2015-09-02 13:27:59 +0200
commit91b92cf5024a55ce6f6bdd368f3b797a7361c978 (patch)
tree77bec6d1f6a98f555e9192f664e2a2d87d251497
parentbb59f3de0cbf694a5a8dfedd816798604c15dea8 (diff)
tweak
-rw-r--r--edit.js2
1 files changed, 1 insertions, 1 deletions
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