| changeset 1021 | 7253d4d06f0d |
| parent 1017 | b6e39f6fd24f |
| child 1072 | ac1eacb3aa33 |
--- a/src/widgets/Arrow.js Fri Oct 25 01:32:13 2013 +0200 +++ b/src/widgets/Arrow.js Thu Jan 02 16:54:22 2014 +0100 @@ -25,6 +25,7 @@ overflow: "hidden" }); this.paper = new Raphael(this.container, this.width, 1+this.height ); + window.myArrow = this; this.svgArrow = this.paper.path('M0,' + this.height + 'L' + this.width + ',' + this.height); this.svgArrow.attr({ stroke: this.stroke_color,