-
-
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
Object geometry methods for grouped objects #7130
Comments
Yes. Ideally we want to get rid of oCoords entirely and all that absolute: true/false on those kind of geometry functions.
If you want to open a small pr for this, go for it. |
Man I absolutely agree. |
Version
latest
Test Case
http://jsfiddle.net/mkdve1x9/15/
Information about environment
Browser.
Steps to reproduce
Group
/ActiveSelection
object_geomerty
on an object that belongs to the groupExpected Behavior
Should work for nested objects without additional code
Actual Behavior
It returns wrong values because the object's transform matrix is used and is relative to the group
The text was updated successfully, but these errors were encountered: