Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opentrace/opentrace
/ resize
Method
resize
ui/src/components/pixi/PixiRenderer.ts:520–524 ·
view source on GitHub ↗
(width: number, height: number)
Source
from the content-addressed store, hash-verified
518
}
519
520
resize(width: number, height: number): void {
521
this.width = width;
522
this.height = height;
523
this.app?.renderer.resize(width, height);
524
}
525
526
destroy(): void {
527
this.destroyed = true;
Callers
1
PixiGraphCanvas.tsx
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected