-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Dynamic Polygon Bounding Box #4961
Comments
Would be nice to add the new methods to update the shapes, probably something i ll do soon, since other major reworks is stopped because it requires more time than i have. I move this to API-DISCUSSION, please let's move the discussion there. |
If relevant let's try and fix this within the scope of #7478 |
this is more relevant to the work you did for the path, and that i have to complete yet. |
Is there some to-do/feature list. |
If you want to close issues, there are small bugs open, labeled as fix-next |
fixed |
Version
2.2.4
Test Case
https://jsfiddle.net/rhvLvqxL/1/
Steps to reproduce
Add a point to a polygon that isn't in the bounding box.
Expected Behavior
The bounding box can be forced to update in some way.
Actual Behavior
The bounding box does not update.
However, getBoundingRect() seems to be accurate if it is relevant.
The text was updated successfully, but these errors were encountered: