-
Notifications
You must be signed in to change notification settings - Fork 208
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
文本区域事件拾取范围异常 #1749
Comments
wang1212
added a commit
that referenced
this issue
Sep 13, 2024
14 tasks
wang1212
added a commit
that referenced
this issue
Sep 13, 2024
Merged
wang1212
added a commit
that referenced
this issue
Sep 14, 2024
* fix: `sourcemap.sources` path wrong (#1766) * fix: webgl renderer has logical exception when updating attributes (#1768) (#1769) * feat: added support for picking rotated text (#1749) (#1772) * chore: updated benchmark screenshots (#1773) * chore: updated benchmark screenshots * fix: sourcemap generation exception * chore: update test ci node version * chore: update screenshots and ci config * chore: delete redundant benchmark images * Version Packages (#1770) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当设置文本旋转后,其事件拾取范围与实际渲染的位置并不相符。下图中,指针进入到红色矩形范围内均会触发文本图形的
pointerenter
事件。另外的 Path 图形则不存在该问题。复现链接:https://codesandbox.io/s/y2yhg8?file=/index.js
关联 Issue: antvis/G6#6052
The text was updated successfully, but these errors were encountered: