Updates:
        Owner: [email protected]
        Cc: [email protected]

Comment #3 on issue 6914 by [email protected]: Horizontal line across page  
on doubleclick.com
http://code.google.com/p/chromium/issues/detail?id=6914

If you grab the bottom frame of the browser window and move it up the line  
gets
thinner until it disappears.  I think what is happening is that this CSS:

   background: url(http://emea.doubleclick.com/UK/images/page-bg.gif)  
repeat-x fixed;
   background-image: url(http://emea.doubleclick.com/UK/images/page-bg.gif);
   background-repeat: repeat-x;
   background-attachment: fixed;
   background-position-x: 50%;
   background-position-y: 100%;
   -webkit-background-clip: initial;
   -webkit-background-origin: initial;
   background-color: initial;

Is causing us to scale the image and we are seeing artifacts from the  
scaling.

Peter, does this sound like what we are seeing?  Is there something we can  
do when
scaling GIFs like this to avoid this artifact?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to