You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cesaryuan
changed the title
[Bug Report] The links is so blurry unless set this.graph.config.links_ontop to true, on 4k high DPI screens.
[Bug Report] The links is so blurry unless set this.graph.config.links_ontop to true, on HiDPI screens.
Sep 4, 2024
The links is so blurry unless we change
if (this.graph.config.links_ontop)
toif(true)
in filesrc\litegraph.js
line 7938.litegraph.js/src/litegraph.js
Line 7938 in 0555a2f
Reproduce steps:
Copy Paste
demo.if (this.graph.config.links_ontop)
toif(true)
in filesrc\litegraph.js
line 7938.Copy Paste
demo.Before vs After
Upate: I just found the problem where it is. This is because we only scale the foreground canvas, but not the background canvas.
The text was updated successfully, but these errors were encountered: