Comfy-Org / 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
52 stars 12 forks source link

[Bug Report] The links is so blurry on HiDPI screens. #123

Closed cesaryuan closed 1 month ago

cesaryuan commented 1 month ago

The links is so blurry on HiDPI screens. It seems because we only scale the foreground canvas, but not the background canvas.

Now image vs Afterimage

Related PR: #116