diff options
author | fvogel <fvogelnew1@free.fr> | 2020-01-18 11:35:17 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-01-18 11:35:17 (GMT) |
commit | b88a824e0bd64340b2da7531721414b4e4b94319 (patch) | |
tree | b5cef236f6d54cfde4dd82f43efbd01b7aa181b9 /doc | |
parent | d2393d8231eb7b15dd5a55a82ea7f7f3ced84392 (diff) | |
parent | ae6b4ba2bf0065b266806a1b3588d3650338a4b1 (diff) | |
download | tk-b88a824e0bd64340b2da7531721414b4e4b94319.zip tk-b88a824e0bd64340b2da7531721414b4e4b94319.tar.gz tk-b88a824e0bd64340b2da7531721414b4e4b94319.tar.bz2 |
Fix [279b027fd7]: canvas moveto command moves text items to unexpected location, by documenting the feature more clearly.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/canvas.n | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index c8d661e..49dcb80 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -771,7 +771,8 @@ This command returns an empty string. \fIpathName \fBmoveto \fItagOrId xPos yPos\fR . 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 |