(layerdict)
| 660 | } |
| 661 | |
| 662 | function redrawCanvas(layerdict) { |
| 663 | prepareLayer(layerdict); |
| 664 | drawBackground(layerdict); |
| 665 | drawHighlightsOnLayer(layerdict); |
| 666 | } |
| 667 | |
| 668 | function resizeCanvas(layerdict) { |
| 669 | var canvasdivid = { |
no test coverage detected