daniel-lewis-ab / litegraph.js

A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
MIT License
11 stars 2 forks source link

GraphOutput when you enter a SubGraph is mispositioned #1

Closed daniel-lewis-ab closed 1 month ago

daniel-lewis-ab commented 1 month ago

image It doing that thing

daniel-lewis-ab commented 1 month ago

Caused by canvas.bgcanvas.width being miscalculated as per lgraphcanvas.js drawSubgraphPanelRight()

daniel-lewis-ab commented 1 month ago

image