-
Notifications
You must be signed in to change notification settings - Fork 279
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
Removecontainernode #142
base: master
Are you sure you want to change the base?
Removecontainernode #142
Conversation
Doesn't this affect transitions and possibly node trees that use custom anchorpoints? I'll make a proper review in couple of days. |
It shouldn't affect hierarchy since this gets set all the way up the tree.
|
I would appreciate a review of this code sometime soon. Thanks, |
Just something that I quickly noticed. Run shapes2 demo. When you click on the shapes, stroke is added. With this patch the child offsets change. Also when switching to canvas mode child nodes don't appear on correct locations. Also, can you rebase to currect master. As I understand only the last commit contains the relevant change and everything else is already merged. |
No problem. I will look at all these issues and give you an update. Sean
|
Borders are funny. They change the attachment point of the children. I would have to set all the children dirty and take into account the border size in order to get this correct. I'm not sure this will work when using CSS Transitions. I am going to fix this in my matrix3d branch where there is no more CSS Transitions. |
I removed the need for container node.
stringa