Bug 60330 - [results.html] zoomed pixel results should not be antialiased
Summary: [results.html] zoomed pixel results should not be antialiased
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ojan Vafai
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 18:59 PDT by Ojan Vafai
Modified: 2011-05-06 10:23 PDT (History)
3 users (show)

See Also:


Attachments
Patch (7.33 KB, patch)
2011-05-05 19:01 PDT, Ojan Vafai
mihaip: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>