Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node text getting blurred when another div is scrolled (svelteflow) #4228

Open
ChevalMonsieur opened this issue Apr 30, 2024 · 1 comment
Open

Comments

@ChevalMonsieur
Copy link

Describe the Bug

on my svelte project, with custom nodes that have objects in them, whenever i scroll on another div that is not on the graph, my text becomes a bit blurry until i move back a node or the posision of the view of the graph.

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

I haven't been able to reproduce the bug :( but I hope somebody have had the same thing and knows how to fix it

Expected behavior

when I scroll, nothing gets blurry.

Screenshots or Videos

Before scrolling :
image

After scrolling :
image

Platform

  • OS: [ Linux (Ubuntu 22.04) ]
  • Browser: [ None (Neutralino) ]
  • Version: [ ^0.0.41 ]

Additional context

I guess it's just a technique to save some memory or something but I didin't see anyway to deactiavte it

@peterkogo
Copy link
Member

I think this is connected to a plethora of issues concerning subpixel rendering/transforms/css transitions (#3282, #4074)
Some of these issues seem to be amplified on Linux.

The library itself does not do any optimizations that could result in blurring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants