equal
deleted
inserted
replaced
305 }); |
305 }); |
306 }, |
306 }, |
307 redraw: function() { |
307 redraw: function() { |
308 if (this.options.popup_editor){ |
308 if (this.options.popup_editor){ |
309 var _coords = this.source_representation.paper_coords; |
309 var _coords = this.source_representation.paper_coords; |
310 Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$); |
310 Utils.drawEditBox(this.options, _coords, this.editor_block, this.source_representation.circle_radius * 0.75, this.editor_$, this.renderer.renkan); |
311 } |
311 } |
312 this.editor_$.show(); |
312 this.editor_$.show(); |
313 paper.view.draw(); |
313 paper.view.draw(); |
314 }, |
314 }, |
315 destroy: function() { |
315 destroy: function() { |