If I have several rectangles side by side, and I want to align them so that they are all aligned to teach of their right edges, how do I do that I know how to align them so that their bottom and top edges align,
however I don't know how to align them so that they are aligned side by side with their edges flush against each other and not overlapping. Can someone tell me how to do that? Attached is an example of what I am talking about.
If I have several rectangles side by side, and I want to align them so that they are all aligned to teach of their right edges, how do I do that I know how to align them so that their bottom and top edges align,
however I don't know how to align them so that they are aligned side by side with their edges flush against each other and not overlapping. Can someone tell me how to do that? Attached is an example of what I am talking about.
Personally, I'd use snapping: http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Snapping.html#Snapping-Objects
Thanks!