Navigation ---------- .. automethod:: boxes.Boxes.moveTo .. automethod:: boxes.Boxes.moveArc **Boxes.ctx.save()** allows to save (among other things) the current position. **Boxes.ctx.restore()** restores the previously saved state. Always make sure to have balanced calls to those two functions. XXX .. automethod:: boxes.Boxes.saved_context()