-
Notifications
You must be signed in to change notification settings - Fork 2
/
trace.html
68 lines (36 loc) · 1.59 KB
/
trace.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript">
var tiki_cookie_jar = new Array();
tiki_cookie_jar = {
};
</script>
<script type="text/javascript" src="lib/tiki-js.js"></script><title>JGEX Documentation : Trace</title>
<link rel="StyleSheet" href="lib/1.css" type="text/css">
<link rel="StyleSheet" href="styles/cindydoc.css" type="text/css">
<link rel="alternate" type="application/xml" title="RSS Wiki" >
<style type="text/css">
<!--
.style2 {font-size: 18px}
-->
</style>
</head>
<body>
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000;"></div>
<script type="text/javascript" language="JavaScript" src="lib/overlib.js"></script>
<div id="tiki-clean">
<div id="tiki-mid">
<div class="wikitopline"></div>
<div class="wikitext">
<h2>Trace</h2>
<br />
<p>A point can leave a trace on the screen when they are moved.</p>
<p>First, select a point; then, move the point either manually or use the action: <a href="animation.html">Animation</a>. In this way, the locus of the point will be constructed. </p>
<p>To stop tracing, just right click the point and select the action<strong> "Stop Trace"</strong> to stop tracing. </p>
<p><img src="images2/trace.gif" width="283" height="181" border="1" />\</p>
</div>
<p class="editdate">JGEX Help </p>
</div>
</div>
</body></html>