Index: user/09_appendix/action_src/zoom.html =================================================================== --- user/09_appendix/action_src/zoom.html (revision 9940) +++ user/09_appendix/action_src/zoom.html (revision 9941) @@ -1,5 +1,5 @@ -Changes the zoom (magnification) of the view of the board. If no -arguments are passed, the view is scaled such that the board just fits +Changes the zoom (magnification) of the view of the sheet. If no +arguments are passed, the view is scaled such that the sheet just fits inside the visible window (i.e. "view all"). Otherwise, factor specifies a change in zoom factor. It may be prefixed by +, -, = to change how the zoom @@ -15,17 +15,17 @@
(no argument) - Without argments: zoom to board extents. + Without argments: zoom to sheet extents.
+factor - Values greater than 1.0 cause the board to be drawn smaller; more of - the board will be visible. Values between 0.0 and 1.0 cause the board - to be drawn bigger; less of the board will be visible. + Values greater than 1.0 cause the sheet to be drawn smaller; more of + the sheet will be visible. Values between 0.0 and 1.0 cause the sheet + to be drawn bigger; less of the sheet will be visible.
-factor - Values greater than 1.0 cause the board to be drawn bigger; less of - the board will be visible. Values between 0.0 and 1.0 cause the board - to be drawn smaller; more of the board will be visible. + Values greater than 1.0 cause the sheet to be drawn bigger; less of + the sheet will be visible. Values between 0.0 and 1.0 cause the sheet + to be drawn smaller; more of the sheet will be visible.
=factor The @var{factor} is an absolute zoom factor; the unit for this value @@ -34,14 +34,11 @@
x1, y1, x2, y2 Zoom to the specified portion of the design, described as a rectangle - (using board space coordinates) + (using sheet space coordinates)
selected Zoom and pan so that all selected objects are on the screen. -
found - Zoom and pan so that all found objects are on the screen. -
? Print the current zoom level in the message log (as an info line).