Summary: | platform/graphics/skia should stay in float space when possible to avoid inaccurate rendering | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | John Bates <jbates> | ||||||
Component: | New Bugs | Assignee: | Mike Reed <reed> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | jamesr, kbr, pkasting, reed, webkit.review.bot | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
John Bates
2011-08-23 14:17:30 PDT
See https://bugs.webkit.org/show_bug.cgi?id=66798 for discussion of the rendering results. Created attachment 104990 [details]
Patch
Created attachment 104992 [details]
Patch
Change ClipRectToCanvas to call existing method to get the clip bounds in local (float) coordinates. lol, nicely done. Need a webkit committer to give the r+ (Peter?). (In reply to comment #5) > lol, nicely done. Need a webkit committer to give the r+ (Peter?). Sorry, you need a WebKit reviewer, and I'm only a committer. I can't r+. Comment on attachment 104992 [details]
Patch
Looks good. I'm assuming no layout tests need updates for this change.
Comment on attachment 104992 [details] Patch Clearing flags on attachment: 104992 Committed r93725: <http://trac.webkit.org/changeset/93725> All reviewed patches have been landed. Closing bug. |