Maybe I'm just thick, but I need to do a global -> canvas -> item transformation of a point in my canvas mode. Canvas::globalToCanvas() gets me half way, but how do I go from canvas to item coordinates? PageItem::getTransform().map(pointOnCanvas), or ? Cheers, Elvis