newcat / baklavajs

Graph / node editor in the browser using VueJS
http://baklava.tech
MIT License
1.57k stars 116 forks source link

Fix zoom causes nodes to blur when focus #249 #299

Closed yuyuko233 closed 1 year ago

yuyuko233 commented 1 year ago

Fix #249 Remove filter: drop-shadow(0 0 3px #000000cc); from .baklava-node.

newcat commented 1 year ago

Thanks for the PR. I extended your idea a bit and completely replaced the filter using box-shadow and border, which fixes the blur issue while keeping the visuals pretty much the same.

Commit: https://github.com/newcat/baklavajs/commit/207adc3b8669cf179d5b82492f7d88e01114dfdc