Bug 7879

Summary: REGRESSION: Dashed borders paint with the wrong phase
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Eric Seidel (no email) <eric>
Status: VERIFIED FIXED    
Severity: Normal CC: alice.barraclough, eric
Priority: P1 Keywords: InRadar, Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Description mitz 2006-03-20 12:28:04 PST
See for example css1/box_properties/border_style.html which fails in pixel mode. It looks like a regression from the GraphicsContext part of r13396 but as much as I looked in GraphicsContext::drawLine() I couldn't figure out what changed.
Comment 1 Alice Liu 2006-03-21 09:45:55 PST
<rdar://problem/4485488>
Comment 2 Eric Seidel (no email) 2006-03-23 00:18:47 PST
Good catch mitz.
Comment 3 mitz 2006-03-24 01:57:38 PST
Verified in r13461 nightly. Thanks, Eric!