WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
100374
[Chromium] Repaint issues with subpixel stroke
https://bugs.webkit.org/show_bug.cgi?id=100374
Summary
[Chromium] Repaint issues with subpixel stroke
Florin Malita
Reported
2012-10-25 06:41:24 PDT
Created
attachment 170627
[details]
Repaint artifacts on Chromium. Chromium bug:
http://code.google.com/p/chromium/issues/detail?id=156597
The attached test exhibits repaint "ghosting" on Chromium. Subpixel stroke widths trigger Skia's hairline optimization (treating the stroke width as == 1 and modulating the color components). Combined with subpixel positioning, this means that we may end up touching pixels outside the computed repaint rect. Mike mentioned he's considering addressing this in Skia if he can find a way that doesn't impact the hairline optimization. In the meantime, we could inflate the repaint rect by .5 when USE(SKIA) to make sure we're covering the stroke.
Attachments
Repaint artifacts on Chromium.
(334 bytes, image/svg+xml)
2012-10-25 06:41 PDT
,
Florin Malita
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Stephen Chenney
Comment 1
2013-04-09 17:07:28 PDT
Marked LayoutTest bugs, bugs with Chromium IDs, and some others as WontFix. Test failure bugs still are trackable via TestExpectations or disabled unit tests.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug