A path doesn't have “a position”. A path is a set of points (defined by line and curve segments). Every point has its own position. Perhaps you want to rotate the path around a particular point, instead of around the origin. The trick is to create a composite transform that combines three individual transforms: Translate the origin to the rotation point. Rotate. Invert the translation from step 1.