Status: Untriaged Owner: [email protected] CC: [email protected], [email protected] Labels: Type-Bug Pri-1 OS-All Area-BrowserUI Size-Medium Mstone-3
New issue 17860 by [email protected]: TileImageInt appears to have rounding issues. http://code.google.com/p/chromium/issues/detail?id=17860 What steps will reproduce the problem? 1. Draw a bitmap filled with vertical lines using TileImageInt (e.g tab background) 2. Repeatedly draw the same bitmap while varying 'something' about the canvas it's in (width, for example) 3. Observe spacing between vertical lines changing. It looks like there are rounding/scaling issues when using TileImageInt; changing the tilemode to kClamp_Tile stops the errors from occuring, but also prevents tiling from working. This is an issue for themes, which frequently have content lining up across very different parts of the UI - these issues also cause flickering while animation occurs (e.g. if a tab slides across the strip, the areas around the tab repaint and sometimes get out of alignment with their base layer). -- 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 -~----------~----~----~----~------~----~------~--~---
