<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- <!DOCTYPE Movie SYSTEM "dtd/RVML.dtd"> -->
<Movie version='6' width='550' height='400' rate='12' backgroundColor='white' compressed='Yes'
    xmlns="http://www.kineticfusion.org/RVML/2.0">
    <Title>
        Simple Polyline Example
    </Title>
    <Desc>
        Illustrates a shape consisting of a simple polyline.
    </Desc>
    <Definitions>
        <!-- positioned non-coniferous tree -->
        <Shape id="Polyline" bounds="auto">
            <LineStyles>
                <LineStyle index="1" width="1" color="red" />
            </LineStyles>
            <Edges>
                <SetStyle line="1"/>
                <!-- A small spiral -->
                <Polyline points="0,0 100,0 100,100 0 100 
                                0,20 80,20 80, 80 20,80 20,40  60,40" />
            </Edges>
        </Shape>
    </Definitions>
    <Timeline>
        <Frame frameNo='1'>
            <Place name='Polyline' depth='1' x='10' y='10' />
        </Frame>
    </Timeline>
</Movie>