-
-
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
Update path.class.js #3774
Update path.class.js #3774
Conversation
Sorry i missed this PR. |
Hi, But in your case you have and then fabric.util.getBoundsOfCurve(x, y, current[1], current[2] , controlX, controlY, x, y); fabric.util.getBoundsOfCurve(current[5], current[6], current[1], current[2], current[3], current[4], current[5], current[6]); which is making problems to get the write boundry box for the curve objects . in screen shot you can see |
ohhh this could be the error i was searching for so long!!!!! any idea why on the left screenshot the curve do not touch the left side of the bbox? |
Bug Fixed Request. Can you please fixed a small bug in path class.