1begin highway name
2  # Force symbol to appear upright, regardless of
3  # orientation of line at point where symbol is drawn.
4  #
5  rotate -Mapyrus.rotation
6  # Draw rectangle, then label inside it.
7  #
8  box -3, -2, 3, 2
9  color "blue"
10  fill
11  clearpath
12  color "white"
13  font "Helvetica", 3
14  justify "center"
15  move 0, -1
16  label name
17end
18
19newpage "eps", "tutoriallines4.eps", 90, 30
20clearpath
21move 5, 5
22draw 45, 5
23arc -1, 45, 15, 55, 15
24arc 1, 65, 15, 65, 25
25draw 85, 25
26# Demonstrate overplotting of lines.
27#
28color 'red'
29linestyle 1.32, 'round', 'round'
30stroke
31color 'yellow'
32linestyle 0.3
33stroke
34# Draw path one more time as symbols showing name of highway.
35#
36samplepath 17, 9
37highway 'A99'
38