From ad70eff05f252ec70a80613d34567f6433658bc9 Mon Sep 17 00:00:00 2001 From: fvogel Date: Wed, 25 Dec 2019 18:08:46 +0000 Subject: Fix [279b027fd7]: canvas moveto command moves text items to unexpected location, by documenting the feature more clearly. --- doc/canvas.n | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/canvas.n b/doc/canvas.n index 7dbfd19..0e41e0e 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -753,7 +753,8 @@ This command returns an empty string. \fIpathName \fBmoveto \fItagOrId xPos yPos\fR .VS 8.6 Move the items given by \fItagOrId\fR in the canvas coordinate -space so that the first coordinate pair of the bottommost item with +space so that the first coordinate pair (the upper-left corner of the +bounding box) of the first item (the lowest in the display list) with tag \fItagOrId\fR is located at position (\fIxPos\fR,\fIyPos\fR). \fIxPos\fR and \fIyPos\fR may be the empty string, in which case the corresponding coordinate -- cgit v0.12