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

Function resizeAll

InteractiveHtmlBom/web/render.js:679–682  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

677}
678
679function resizeAll() {
680 resizeCanvas(allcanvas.front);
681 resizeCanvas(allcanvas.back);
682}
683
684function pointWithinDistanceToSegment(x, y, x1, y1, x2, y2, d) {
685 var A = x - x1;

Callers 3

changeCanvasLayoutFunction · 0.85
setBoardRotationFunction · 0.85
setOffsetBackRotationFunction · 0.85

Calls 1

resizeCanvasFunction · 0.85

Tested by

no test coverage detected