antvis/G6

The issue has been closed
G6. There is a styling issue with Minimap #6350
NidhoggDJoking posted onGitHub
Describe the bug / 问题描述
G6.Minimap 存在样式问题,图形缩放至最小时 Minimap 的边框出现如图问题,Minimap 中viewport 边框 显示部分有差异
使用 G6.ImageMinimap 正常
Reproduction link / 重现链接
https://g6.antv.antgroup.com/examples/tool/minimap/#minimap
Steps to Reproduce the Bug or Issue / 重现步骤
No response
G6 Version / G6 版本
🆕 4.x
Operating System / 操作系统
Windows
Browser / 浏览器
Chrome
Additional context / 补充说明
.g6-minimap-viewport{
transform: translate(-1px, -1px);
}
目前我是加入transform
这个才能正常的