Bug 95407 - [CSS Shaders] Update css3/filters/custom/effect-custom-transform-parameters.html to remove anti-aliasing issues
Summary: [CSS Shaders] Update css3/filters/custom/effect-custom-transform-parameters.h...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexandru Chiculita
URL: http://build.webkit.org/results/Apple...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-29 17:22 PDT by Alexandru Chiculita
Modified: 2012-08-30 12:58 PDT (History)
0 users

See Also:


Attachments
Patch V1 (3.03 KB, patch)
2012-08-29 17:27 PDT, Alexandru Chiculita
dino: review+
dino: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 2012-08-29 17:22:32 PDT
On some platforms css3/filters/custom/effect-custom-transform-parameters.html has a small pixel difference.
Comment 1 Alexandru Chiculita 2012-08-29 17:27:32 PDT
Created attachment 161367 [details]
Patch V1

Trying to fix by removing the white border around the image. I had that initially to test rotations, but that never seemed to work correctly because of the anti-aliasing artifacts.
Comment 2 Dean Jackson 2012-08-29 17:40:22 PDT
Comment on attachment 161367 [details]
Patch V1

If this works we'll need to also undo http://trac.webkit.org/changeset/127068
Comment 3 Alexandru Chiculita 2012-08-30 12:58:00 PDT
Landed in http://trac.webkit.org/changeset/127173 .