Skip to content

Commit 45c367f

Browse files
committed
Add docs for measure tool intersections feature
1 parent 8137eb1 commit 45c367f

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

htdocs/charview.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -638,14 +638,21 @@ <H3>
638638
</H3>
639639
<P>
640640
<IMG SRC="ruler.png" WIDTH="234" HEIGHT="102" ALIGN="Right">This tool tells
641-
you current position of the mouse. If the mouse is near the outline it will
641+
you the current position of the mouse. If the mouse is near the outline it will
642642
give the slope and curvature there. If the mouse is near a point on the outline
643643
will give the slope and curvature on each side of the point.
644644
<P>
645-
If you depress the button and drag, the tool will show the x-y offsets, distance
646-
and angle from the point where you depressed the mouse to the mouse's current
647-
location. If you depress the tool at one end point of a spline and move it
648-
to the other endpoint then it will also show the length of that spline.
645+
If you depress the button and drag, the first line of the tool's pop-up
646+
shows the distance, angle and (x-y) offsets from the first point where you depressed
647+
the mouse to the last point, the mouse's current location. The next lines in the pop-up
648+
show information about points along the line that intersect splines, including the start and end
649+
points of the line itself.
650+
<P>
651+
[0] indicates the starting point of the measure line, and the (x-y) co-ordinates
652+
of that point. Initially [1] is the end point; when it intersects with one spline then
653+
[1] becomes the first intersection point and [2] becomes the end point, and so on.
654+
The final number is the length of the section ending at that point; which is also shown
655+
directly on the canvas.
649656
<P>
650657
If you hold down the
651658
<A HREF="charview.html#alt-meta-capslock">Meta/Alt/CapsLock </A>key then

0 commit comments

Comments
 (0)