After some research, the guide snapping problem is a reported bug. But it seems to be intermittent, for some users. So it just might work for you.
Snapping to guides/grids has always been a very useful curse )-:
For me, when inkscape rotates a group of objects, a new bounding box is calculated. If the original group had an irregular shape, then the box created is the smallest to fit all object in the group, but with caveat: the WxH, and center, depends on the current shape; when the group rotates, - even though it rotates as a group - the shape may change due to the new positionsshape of the individual objects.
Simple test (yet again): create a dial using Extension->Render->Scale. Attached are my settings.
Place guides (horizontal/vertical ) to mark the center of the group. Now, rotate (viaTransform->Rotate) by an amount of 360/n°, where n is the number of indices. Ideally, one should see each successive number appear at the top, same position as the last, with the same center (number and group). For me, no. And the size/position of the bounding box changes. Try rotating multiple times (just keep clicking
Apply). Maybe if the text boxes were all the same, and fixed. (How do I do that - fixed size text box?)
I guess this isn't a bug, just an unexpected feature. Would be nice if it was possible to keep the bounding box size/shape fixed, as well as the center.
I am (trying to) write a script to generate something like that (based on the
Scale script but: 1) I'm not very familiar with python; 2) the same with the svg xml. But I am obsessive/compulsive
so I persist. Of course any pointers always help.
Thanks for your responses. They are really helping.
ken
PS: notice the bug with the
Scale extension?