Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
679
function
resizeAll() {
680
resizeCanvas(allcanvas.front);
681
resizeCanvas(allcanvas.back);
682
}
683
684
function
pointWithinDistanceToSegment(x, y, x1, y1, x2, y2, d) {
685
var
A = x - x1;
Callers
3
changeCanvasLayout
Function · 0.85
setBoardRotation
Function · 0.85
setOffsetBackRotation
Function · 0.85
Calls
1
resizeCanvas
Function · 0.85
Tested by
no test coverage detected