diff options
| author | Patrick Simianer <p@simianer.de> | 2015-09-02 13:27:59 +0200 |
|---|---|---|
| committer | Patrick Simianer <p@simianer.de> | 2015-09-02 13:27:59 +0200 |
| commit | 91b92cf5024a55ce6f6bdd368f3b797a7361c978 (patch) | |
| tree | 77bec6d1f6a98f555e9192f664e2a2d87d251497 | |
| parent | bb59f3de0cbf694a5a8dfedd816798604c15dea8 (diff) | |
tweak
| -rw-r--r-- | edit.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
