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

[Bug]: When scaling the canvas, there are gaps between groups and child elements #10232

Open
7 tasks done
zhe-he opened this issue Oct 21, 2024 · 1 comment
Open
7 tasks done

Comments

@zhe-he
Copy link
Contributor

zhe-he commented Oct 21, 2024

CheckList

  • I agree to follow this project's Code of Conduct
  • I have read and followed the Contributing Guide
  • I have read and followed the Issue Tracker Guide
  • I have searched and referenced existing issues and discussions
  • I am filing a BUG report.
  • I have managed to reproduce the bug after upgrading to the latest version
  • I have created an accurate and minimal reproduction

Version

6.0.2

In What environments are you experiencing the problem?

No response

Node Version (if applicable)

None

Link To Reproduction

https://codepen.io/zhe-he-the-vuer/pen/VwozxEV

Steps To Reproduce

  1. Create a yellow rectangle(A).
  2. Create a group(B) with a red background.
  3. Add A to B.
  4. Zoom Canvas.

Expected Behavior

The red background should not be visible

Actual Behavior

2024-10-21.18.08.35.mov

Error Message & Stack Trace

No response

@asturur
Copy link
Member

asturur commented Oct 21, 2024

It is a caching artifact, not sure how or when it happens, not easy to understand and it doesn't appear at all zoom levels, it goes and come.
Disabling caching solves it, setting both to originX and originY makes it less frequent with cache on.

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