Bug 60330

Summary: [results.html] zoomed pixel results should not be antialiased
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, mihaip, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mihaip: review+

Description Ojan Vafai 2011-05-05 18:59:26 PDT
[results.html] zoomed pixel results should not be antialiased
Comment 1 Ojan Vafai 2011-05-05 19:01:04 PDT
Created attachment 92528 [details]
Patch
Comment 2 Mihai Parparita 2011-05-05 20:20:03 PDT
Comment on attachment 92528 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=92528&action=review

> LayoutTests/ChangeLog:8
> +        -Use canvas instead of CSS zoom.

Clever (especially how you avoided readback).
Comment 3 Ojan Vafai 2011-05-05 20:25:56 PDT
(In reply to comment #2)
> (From update of attachment 92528 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=92528&action=review
> 
> > LayoutTests/ChangeLog:8
> > +        -Use canvas instead of CSS zoom.
> 
> Clever (especially how you avoided readback).

Thanks, readback wasn't an option due to Chrome's disallowing file access from file URLs.
Comment 4 Ojan Vafai 2011-05-06 10:23:05 PDT
Committed r85957: <http://trac.webkit.org/changeset/85957>