z-order
SVG z-order is implemented as the bottomost/lowest object is the most front object.
You can change the z-order of SVG Object(s) by:
- Use the Selection Tools to select an object or
objects.
- Go to Menu Modify - Arrange.
- Move Top: move the selected object(s) at the topmost.
- Move Up: move the selected object(s) one node after its sibling.
- Move Down: move the selected object(s) one node before its sibling.
- Move Bottom: move the selected object(s) at the bottommost.
Note: If there are comment node, text node, etc in between you need to move Up or Down more than one times,
because it only move one node after/before its sibling.