c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine
http://sciter.com
Other
2.11k stars 224 forks source link

A problem about apng #7

Closed gxlmyacc closed 8 years ago

gxlmyacc commented 8 years ago

Hi, Andrew, Here is my code:

<html>
 <head>
  <style type="text\css">
    div.float {
      background-image: url(bg.png);
      background-position: center center;
      background-repeat: no-repeat;
      size: 100dip;
    }

  </style>    
  <script type="text/tiscript">
     function self.ready() {
       $(#test).move(100, 100, #view, #attached-window);
     }
  </script> 
 </head>
 <body style="">
    <div.float #test />
 </body>
</html>

and here is result:


so I think the popup window maybe has some wrong with apng

c-smile commented 8 years ago

Current version (3.3.0.7) has problems with some aPNGs and aGIFs. They are fixed already here. Please wait for 3.3.0.8.