add blend mode tests
[swfdec.git] / test / image / background.xml
blob9686698c2998fedd7890cf868cd2a0a3946607dc
1 <?xml version="1.0"?>
2 <swf version="8" compressed="1">
3   <Header framerate="30" frames="366">
4     <size>
5       <Rectangle left="0" right="4000" top="0" bottom="3000"/>
6     </size>
7     <tags>
8       <FileAttributes hasMetaData="0" useNetwork="0"/>
9       <SetBackgroundColor>
10         <color>
11           <Color red="0" green="0" blue="255"/>
12         </color>
13       </SetBackgroundColor>
14       <DefineShape2 objectID="1">
15         <bounds>
16           <Rectangle left="0" right="20" top="0" bottom="20"/>
17         </bounds>
18         <styles>
19           <StyleList>
20             <fillStyles>
21               <Solid>
22                 <color>
23                   <Color red="0" green="255" blue="0" alpha="255"/>
24                 </color>
25               </Solid>
26             </fillStyles>
27             <lineStyles />
28           </StyleList>
29         </styles>
30         <shapes>
31           <Shape>
32             <edges>
33               <ShapeSetup x="20" y="20" fillStyle0="1"/>
34               <LineTo x="0" y="20"/>
35               <LineTo x="20" y="0"/>
36               <LineTo x="0" y="-20"/>
37               <LineTo x="-20" y="0"/>
38               <ShapeSetup/>
39             </edges>
40           </Shape>
41         </shapes>
42       </DefineShape2>
43       <DefineSprite objectID="2" frames="1">
44         <tags>
45           <SetBackgroundColor>
46             <color>
47               <Color red="255" green="0" blue="0"/>
48             </color>
49           </SetBackgroundColor>
50           <PlaceObject2 depth="0" objectID="1">
51             <transform>
52               <Transform transX="0" transY="0"/>
53             </transform>
54           </PlaceObject2>
55           <PlaceObject2 depth="1" objectID="1">
56             <transform>
57               <Transform transX="1980" transY="1980"/>
58             </transform>
59           </PlaceObject2>
60           <ShowFrame/>
61           <End/>
62         </tags>
63       </DefineSprite>
64       <PlaceObject2 depth="1" objectID="2" />
65       <ShowFrame/>
66       <End/>
67     </tags>
68   </Header>
69 </swf>