-
-
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
[bug] Group centeredRotation: false is not working #5113
Comments
Here is updated fiddle, u had provided wrong origin values. |
@durga598 thanks for the interest 😄But the values I provided, I still think are correct :] |
For more about origin values check. |
I understand the bug, while numeric origins works for positioning, they are currently not working for rotation. Scaling and skewing have always a forced origin OR the center, while rotation has the origin OR the object origin point. |
Ok i chased the wrong bug. |
Thanks for the help! I would like to do something but I'm not that good yet 😋 |
I was trying to rotate a group arround a custom origin,
But the rendering is not working. Do you have any fix for this?
Thanks
var group = new fabric.Group([circle1, circle2, circle3], {
left: 250, top: 200,
centeredRotation: false,
originX: 0.5, originY: 0.5,
rotate: 20
});
Version
2.3.0
Test Case
http://jsfiddle.net/StarStep/anwjhs2o/243/
The text was updated successfully, but these errors were encountered: