add blend mode tests
[swfdec.git] / test / image / empty-gradient.xml
blob7bf74ce563e69a3908b95fa3f1800aedd0dbe8a7
1 <?xml version="1.0"?>
2 <swf version="7" compressed="1">
3   <Header framerate="30" frames="1">
4     <size>
5       <Rectangle left="0" right="4000" top="0" bottom="3000"/>
6     </size>
7     <tags>
8       <DefineShape2 objectID="1">
9         <bounds>
10           <Rectangle left="500" right="3500" top="500" bottom="2500"/>
11         </bounds>
12         <styles>
13           <StyleList>
14             <fillStyles>
15               <LinearGradient spreadMode="1" interpolationMode="0">
16                 <gradientColors/>
17               </LinearGradient>
18             </fillStyles>
19             <lineStyles />
20           </StyleList>
21         </styles>
22         <shapes>
23           <Shape>
24             <edges>
25               <ShapeSetup x="500" y="500" fillStyle0="1"/>
26               <LineTo x="0" y="2000"/>
27               <LineTo x="3000" y="0"/>
28               <LineTo x="0" y="-2000"/>
29               <LineTo x="-3000" y="0"/>
30               <ShapeSetup/>
31             </edges>
32           </Shape>
33         </shapes>
34       </DefineShape2>
35       <PlaceObject2 replace="0" depth="0" objectID="1" />
36       <ShowFrame/>
37       <End/>
38     </tags>
39   </Header>
40 </swf>