<html>
<head>
<title>stroke</title>
</head>
<body>
<applet 
    code=map_view.class
    name=red
    width=250
    height=250  archive=map_view.zip codebase="../"  mayscript>
    <param name=bgcolor value=#7fffd4>

    <param name=layers_all value="stroke">
    <param name=layers_draw value="#stroke">

<param name=stroke value="draw_layer=0x6B00 
                     xstroke=5,2,5,4,0,0 ystroke=5,2,5,4,0,0">
<param name=stroke_object_0 value="rect 80 50 80 140 color=#008000">
<param name=stroke_object_1 value="poly 10 40 50 80 100 80 150 40 60 10 10 40 color=#000080">	
<param name=stroke_object_2 value="arc 0x00 140 70 95 120 60 300 color=#800000">

</applet>
</body>
</html>