/usr/share/doc/xfig/html/panning.html is in xfig-doc 1:3.2.6a-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (X11; I; SunOS 4.1.3_U1 sun4m) [Netscape]">
<TITLE>Panning, Zoom, Ruler and Units</TITLE>
<LINK rev="made" href="mailto:BVSmith@lbl.gov">
</HEAD>
<BODY>
<a href="contents.html"><img src="images/xfig-title.png"
alt="XFIG Users Manual" border=0></a>
<h1>Panning, Zoom, Ruler and Units</h1>
<ul>
<li><a href="#scroll">Panning the Canvas</a>
<ul>
<li><a href="#rulers">Rulers</a>
<li><a href="#pan-by-key">Panning with Keyboard</a>
<li><a href="#pan-to-origin">Pan to the Origin</a>
<li><a href="#neg-coord">Negative Coordinate</a>
</ul>
<li><a href="#zooming">Zooming</a>
<ul>
<li><a href="#zoom-fit">Zoom to Fit Canvas</a>
<li><a href="#zoom-in">Zoom in</a>
<li><a href="#zoom-out">Zoom out</a>
<li><a href="#unzoom">Unzoom</a>
</ul>
<li><a href="#units">Units</a>
<ul>
<li><a href="#unit-box">UNIT box</a>
<li><a href="#set-unit">Set Units</a>
</ul>
</ul>
<hr>
<h2><a name="scroll">Panning the Canvas</a></h2>
<h3><a name="rulers">Rulers</a></h3>
<blockquote>
<img src="images/ruler.png" alt="[Rulers]">
</blockquote>
<p>
The rulers are placed at the top and right
(left, if the <a href="drawing.html">drawing mode panel</a> is <i>right</i>)
of the canvas, and the scale selected by
<a href="#units">Units</a> is displayed on them (i.e. inches or cm).
Normally, triangular markers which show the mouse cursor position
are also displayed on the rulers.
The rulers may also be used to scroll the canvas.
<p>
To scroll the canvas, press mouse button 2 (`Drag') on the ruler
and move cursor left/right or up/down;
the ruler will be moved following the cursor,
and the contents of canvas will be moved when mouse button is released.
If the SHIFT key was pressed during this operation,
the canvas will scroll five times further than the mouse movement.
<p>
Clicking on the ruler with mouse button 1 (`Pan Left' or `Pan Up')
or mouse button 3 (`Pan Right' or `Pan Down')
will scroll the canvas by 1/2 inch (1cm, if unit is cm).
The arrow keys have the same effect, too.
If the SHIFT key was pressed during those operations,
amount of scroll will be five times further.
<p>
If you use a wheel-mouse, then
rotating the wheel <b>backward</b> on the canvas will scroll the canvas up, and
rotating the wheel <b>forward</b> will scroll the canvas down.
<h3><a name="pan-by-key">Panning with Keyboard</a></h3>
The canvas may be panned <b>left</b>, <b>right</b>, <b>up</b>, or <b>down</b>
by pressing the
respective arrow keys while the mouse pointer is in the canvas.
If the SHIFT key was pressed during those operations,
amount of scroll will be five times further.
<p>
Panning may be done by clicking <a href="#rulers">rulers</a>
with mouse button 1 or 3, too.
<h3><a name="pan-to-origin">Pan to the Origin</a></h3>
The canvas view will be moved to the origin
if mouse button 1 (`Pan to Origin') is clicked
on the <a href="#units">UNIT box</a>,
or mouse button 2 (`Pan to Origin') is clicked
on the canvas while the CONTROL key is down.
Selecting <i>Pan to origin</i> from the
<a href="main_menus.html#view-menu">View menu</a> will achieve the same action.
<p>
<h3><a name="neg-coord">Negative Coordinate</a></h3>
By default, <b>xfig</b> will allow panning into negative coordinates.
<p>
This may be turned off by either starting <b>xfig</b> with the
<b><kbd>-dontallownegcoords</kbd></b>
option, or unchecking the box in the
<a href="global_settings.html#dontallownegcoords">Global Settings</a> panel.
<hr>
<h2><a name="zooming">Zooming</a></h2>
<img src="images/zoom-button.png" align="right" border=1 alt="">
The canvas may be zoomed/unzoomed by setting the zoom scale with the
<a href="attributes.html#zoom-scale">Zoom Scale</a> button
in the <a href="attributes.html">Attribute panel</a>.
Here are description of some shortcuts to zooming and unzooming quickly.
<h3><a name="zoom-fit">Zoom to Fit Canvas</a></h3>
<ul>
<li>To zoom the figure just fill the canvas,
choose <i>Zoom to Fit canvas</i> from
the <a href="main_menus.html#view-menu">View menu</a>,
or use accelerator <tt>Ctrl-Z</tt>.
<p>
<li><i>Fit to canvas</i> button on the
<a href="attributes.html#zoom-scale">Zoom dialog</a>
has the same function.
</ul>
<h3><a name="zoom-in">Zoom In</a></h3>
<ul>
<li>Click <a href="attributes.html#zoom-scale">Zoom Scale</a>
in the <a href="attributes.html">Attribute panel</a>
with mouse button 3 (`Inc/Next').
<p>
<li>Choose <i>Zoom in</i> from
the <a href="main_menus.html#view-menu">View menu</a>,
or use accelerator <tt>Shift-Z</tt>.
<p>
<li>While holding the <b>control key</b> down
click mouse button 1 (`zoom area') on one corner of a rectangle,
drag the mouse to the opposite corner
and click mouse button 1 (`final point') again.
The area in the rectangle will be zoomed to fit the canvas.
<p>
If you use a wheel-mouse, then
rotating the wheel <b>backward</b> on the canvas while the <b>control key</b> is pressed
will zoom the canvas in around the pointer.
</ul>
<h3><a name="zoom-out">Zoom Out</a></h3>
<ul>
<li>Click <a href="attributes.html#zoom-scale">Zoom Scale</a>
in the <a href="attributes.html">Attribute panel</a>
with mouse button 2 (`Dec/Prev').
<p>
<li>Choose <i>Zoom out</i> from
the <a href="main_menus.html#view-menu">View menu</a>,
or use accelerator <tt>Z</tt>.
<p>
If you use a wheel-mouse, then
rotating the wheel <b>forward</b> on the canvas while the <b>control key</b> is pressed
will zoom the canvas out.
</ul>
<h3><a name="unzoom">Unzoom</a></h3>
<ul>
<li>Choose <i>Unzoom</i>
from the <a href="main_menus.html#view-menu">View menu</a>.
<p>
<li>Click mouse button 3 (`Unzoom') on the canvas
while pressing the CONTROL key.
</ul>
<hr>
<h2><a name="units">Units</a></h2>
<h3><a name="unit-box">UNIT box</a></h3>
<blockquote>
<img src="images/unit-box.png" alt="[Units]">
</blockquote>
<p>
The Units box is placed where the top and side rulers meet.
The units of the ruler (<i>in</i> or <i>cm</i>) and the scale
of the drawing (e.g. 1cm=3km) will be displayed here.
<h3><a name="set-unit">Set Units</a></h3>
Clicking on the Units box with mouse button 3 or pressing <tt>Shift-U</tt> (`Set Units/Scale')
will pop up a panel to set the units.
This panel is also available from the
<a href="main_menus.html#edit-menu">Edit Menu</a>
<p>
<blockquote>
<img src="images/unit-panel.png" alt="[Unit Panel]">
</blockquote>
<p>
<dl>
<dt>
<img src="images/redballdot.png" align=bottom alt="-">
<i>Ruler units</i>
<dd>Select <a href="#rulers">ruler</a>
unit from <i>Imperial (fraction)</i>, <i>Imperial (decimal)</i> or <i>Metric (cm)</i>.
When <i>Imperial (fraction)</i> is chosen, then fractions
of the units will be shown in measurement messages, e.g. <b>3-5/8 in</b>, or <b>3 ft 7-1/2 in</b>
For the other choices, decimal values are shown, e.g. <b>3.3242 cm</b>.
<dt>
<img src="images/redballdot.png" align=bottom alt="-">
<i>Figure units</i>
<dd>Select unit
which is used to display dimensions when entering or editing object,
from <i>Ruler units</i> and <i>User defined</i>.
If <i>User defined</i> is selected here,
the string entered in <i>Unit name</i> will be displayed as the unit of dimension.
<dt>
<img src="images/redballdot.png" align=bottom alt="-">
<i>Unit name</i>
<dd>Set the name of the unit.
This is effective only if
<i>User defined</i> is selected in <i>Figure units</i>.
<dt>
<img src="images/redballdot.png" align=bottom alt="-">
<i>Use fractions</i>
<dd>If the Ruler units is Imperial (in), you may have <b>xfig</b> display measurements
using fractions where possible. If a measurement can be shown as an integer
multiple of 64ths of an inch (or 32nds, 16ths, etc.) it will show it as such (e.g. 3-5/64 in), otherwise
a decimal value will be shown (e.g. 3.085 in).
<dt>
<img src="images/redballdot.png" align=bottom alt="-">
<i>Figure scale</i>
<dd>Choose the scale
which is used to display dimensions when entering or editing objects,
from <i>Unity</i> and <i>User defined</i>.
If <i>User defined</i> is selected here,
the value specified by <i>Scale factor</i> will be multiplied by the dimensions
displayed when drawing objects.
<dt>
<img src="images/redballdot.png" align=bottom alt="-">
<i>Scale factor</i>
<dd>Set the value which will be multiplied by the dimensions
when displaying them.
This is effective only if
<i>User defined</i> is selected as <i>Figure scale</i>.
</dl>
As an exmple, in the above panel <i>Ruler units</i> are <i>Imperial (fraction)</i>,
<i>Figure units</i> are <i>User defined</i>,
<i>Unit name</i> is "ft" (feet), <i>Figure scale</i> is <i>User defined</i>
and <i>Scale factor</i> is 2.0, so when drawing, 1 inch will be reported as 2 ft., and
1-7/16 inch will be reported as 2 ft 10-1/2 in.
<p>
The default values for this panel can be set by
<a href="options.html">command line options</a>
and <a href="options.html#resources">resources</a>.
<HR>
[ <a href="contents.html">Contents</a> |
<a href="introduction.html">Introduction</a> |
<a href="authors.html">Credits</a> ]
</BODY>
</HTML>
|