Warning, /multimedia/kmplayer/tests/img_scale_rep.smil is written in an unsupported language. File is not indexed.

0001 <smil>
0002   <head>
0003     <layout>
0004       <root-layout width="640" height="240" background-color="yellow"/>
0005       <region id="reg_img1" left="5" top="15" width="150" height="210" background-color="green"/>
0006       <region id="reg_img2" left="165" top="15" width="150" height="210" background-color="grey"/>
0007       <region id="reg_img3" left="325" top="15" width="150" height="210" background-color="yellow"/>
0008       <region id="reg_img4" left="485" top="15" width="150" height="210" background-color="purple"/>
0009     </layout>
0010   </head>
0011   <body>
0012     <par dur="2.5" repeatCount="indefinite">
0013       <img src="../icons/64-apps-kmplayer.png" region="reg_img1" fit="fill" fill="freeze"/>
0014       <img src="../icons/64-apps-kmplayer.png" region="reg_img2" fit="hidden" fill="freeze"/>
0015       <img src="../icons/64-apps-kmplayer.png" region="reg_img3" fit="meet" fill="freeze"/>
0016       <img src="../icons/64-apps-kmplayer.png" region="reg_img4" fit="slice" fill="freeze"/>
0017       <set targetElement="reg_img1" attributeName="width" to="75" begin="0.5s" dur="1s"/>
0018       <set targetElement="reg_img2" attributeName="width" to="75" begin="0.5s" dur="1s"/>
0019       <set targetElement="reg_img3" attributeName="width" to="75" begin="0.5s" dur="1s"/>
0020       <set targetElement="reg_img4" attributeName="width" to="75" begin="0.5s" dur="1s"/>
0021       <set targetElement="reg_img1" attributeName="height" to="75" begin="1s" dur="1s"/>
0022       <set targetElement="reg_img2" attributeName="height" to="75" begin="1s" dur="1s"/>
0023       <set targetElement="reg_img3" attributeName="height" to="75" begin="1s" dur="1s"/>
0024       <set targetElement="reg_img4" attributeName="height" to="75" begin="1s" dur="1s"/>
0025     </par>
0026   </body>
0027 </smil>