Bug 11903 - REGRESSION: outline not drawn if line style is dashed.
Summary: REGRESSION: outline not drawn if line style is dashed.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords:
: 11918 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-21 03:01 PST by Hanspeter Schaub
Modified: 2006-12-22 11:41 PST (History)
3 users (show)

See Also:


Attachments
test case showing dashed outline not drawn. (337 bytes, text/html)
2006-12-21 03:02 PST, Hanspeter Schaub
no flags Details
Patch (1.16 KB, patch)
2006-12-21 08:55 PST, mitz
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hanspeter Schaub 2006-12-21 03:01:10 PST
I noticed that over the last day or two the outlines are no longer drawn if the line style is "dashed".  Solid outlines draw correctly.
Comment 1 Hanspeter Schaub 2006-12-21 03:02:21 PST
Created attachment 11946 [details]
test case showing dashed outline not drawn.
Comment 2 mitz 2006-12-21 08:32:26 PST
If I change the outline width to 2px or higher it is drawn. Borders are affected in the same way.
Those max(strokeThickness, 1.0f) in GraphicsContextCG were doing something after all :-)
Comment 3 mitz 2006-12-21 08:55:51 PST
Created attachment 11949 [details]
Patch
Comment 4 mitz 2006-12-21 11:26:06 PST
*** Bug 11918 has been marked as a duplicate of this bug. ***
Comment 5 Beth Dakin 2006-12-22 11:33:04 PST
Comment on attachment 11949 [details]
Patch

r=me
Comment 6 Alexey Proskuryakov 2006-12-22 11:41:48 PST
Committed revision 18392.