<?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>
        Polygon Example
    </Title>
    <Desc>
        Illustrates a shape containing a simple polygon.
    </Desc>
    <Definitions>
        <!-- positioned non-coniferous tree -->
        <Shape id="Polygon" bounds="auto">
            <FillStyles>
                <ColorFill index="1"  color="orange" />
            </FillStyles>
            <LineStyles>
                <LineStyle index="1" width="1" color="red" />
            </LineStyles>
            <Edges>
                <SetStyle line="1" mainFill="1"/>
                <!-- A small hexagonal thing -->
                <Polygon points="300,400 350,450, 350,500 300,550 250,550 200, 500 200,450 250, 400" />
            </Edges>
        </Shape>
    </Definitions>
    <Timeline>
        <Frame frameNo='1'>
            <Place name='Polygon' depth='1' x='10' y='-200' />
        </Frame>
    </Timeline>
</Movie>