<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- <!DOCTYPE Movie SYSTEM "dtd/RVML.dtd"> -->
<Movie version='6' sizeShape="TestShape" rate='12' backgroundColor='white' compressed='Yes'
	xmlns="http://www.kineticfusion.org/RVML/2.0">
	<Title>
		ImageShape Example
	</Title>
	<Desc>
		Illustrated how a shape can be created with the exact dimensions of the Image resource.
		The movie also has a sizeShape attribute indicating that the dimensions of the output movie should
		match the dimensions of the specified shape.
	</Desc>
	<Repository repositoryType='File' repositoryBase='/temp' repositoryName='exampleResources'>
		<Image id='exportImage' imageType='JPEG2' resourceType='External' resourceLocation='LargeBoxImage.jpg' />
	</Repository>
	<Definitions >
		<ImageShape id="TestShape" imageName="exportImage"/>
	</Definitions>
	<ExportSymbols>
		<ExportSymbol name='exportImage' exportName='exportImage' />
	</ExportSymbols>
	<Timeline>
		<Frame>
			<Place name="TestShape" depth="1"/>
		</Frame>
	</Timeline>
</Movie>
