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

Incorect bbox with Infinity value for Container #406

Closed
1 task
dengfuping opened this issue Feb 19, 2020 · 1 comment
Closed
1 task

Incorect bbox with Infinity value for Container #406

dengfuping opened this issue Feb 19, 2020 · 1 comment

Comments

@dengfuping
Copy link
Member

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

Edit on CodeSandbox

Steps to reproduce

  • See the log of console.

What is expected?

  • The bbox of group should be { x: 0, y: 0, minX: 0, minY: 0, maxX: 0, maxY: 0, width: 0, height: 0 } both.

What is actually happening?

  • The bbox of group should be { x: Infinity, y: Infinity, minX: Infinity, minY: Infinity, maxX: Infinity, maxY: Infinity, width: Infinity, height: Infinity } both.
Environment Info
g 3.4.7
System Mac OS
Browser Google Chrome 78.0.3904.70
@dengfuping
Copy link
Member Author

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

1 participant