Closed patapron closed 4 years ago
You cannot position a group!! It neither has x nor y attribues.
If you want to move it around, you translate it with translate()
. However transformations dont take percentage values. So you get the bbox()
of the group first, and move it by the half of it
Hello everyone,
I have used all this method to set position to an element in my app, using realative value (%) but it doesn't seem to work.
I need user percentage values, but I can't position it