MCPcopy Create free account
hub / github.com/openscopeproject/InteractiveHtmlBom / redrawCanvas

Function redrawCanvas

InteractiveHtmlBom/web/render.js:662–666  ·  view source on GitHub ↗
(layerdict)

Source from the content-addressed store, hash-verified

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

Callers 7

redrawIfInitDoneFunction · 0.85
resizeCanvasFunction · 0.85
handlePointerLeaveFunction · 0.85
resetTransformFunction · 0.85
handlePointerUpFunction · 0.85
handlePointerMoveFunction · 0.85
handleMouseWheelFunction · 0.85

Calls 3

prepareLayerFunction · 0.85
drawBackgroundFunction · 0.85
drawHighlightsOnLayerFunction · 0.85

Tested by

no test coverage detected