antvis/G6



The issue has been closed
Poor image quality with WebGL renderer #5348
bentleyvk posted onGitHub
G6 Version
5.0.0-beta.28
Describe the bug
If using webgl renderer and images for nodes and when zooming in, images are very low quality, blurry. When using canvas rendering - everything is alright.
Your Example Website or App
https://codesandbox.io/s/brave-wind-fns9ng?file=/index.js
Steps to Reproduce the Bug or Issue
Minimal repo is from your documentation site with renderer='webgl'
Zoom in the node.
Expected behavior
Image is crystal clear
Screenshots or Videos
Canvas: <img width="351" alt="image" src="https://github.com/antvis/G6/assets/36186912/a897a2ed-1dcd-4039-b1b0-cd1daa98f82d">
WebGL: <img width="451" alt="image" src="https://github.com/antvis/G6/assets/36186912/62a756b2-f357-49ac-93b7-7cd2ed36b401">
Platform
- OS: macOS 14.0
- Browser: Chrome 120
Additional context
No response