Comment #6 on issue 6398 by [email protected]: Even width dotted border antialiasing looks bad http://code.google.com/p/chromium/issues/detail?id=6398
We know what's causing this case. It's a deliberate goal in trying to get the line to both start and end in a dot. The old behavior (stable branch) caused us to skip a dot in the middle, the new behavior (trunk) causes us to average / anti alias. I have a patch at http://codereview.chromium.org/20163 which changes this behavior. I imagine it would be controversial though, it seems we originally tried hard to have the line end in a dot for a reason? I've attached output from a test case for these 3. The first shows the stable behavior, second the current behavior, the third the behavior after this patch. Attachments: dots.bmp 23.0 KB -- 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 -~----------~----~----~----~------~----~------~--~---
