Bug 7666

Summary: dasharray on rounded rectangles is broken
Product: WebKit Reporter: Alexander Kellett <a>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://svg-whiz.com/svg/w3c/dasharrayOrigin.svg
Attachments:
Description Flags
Fix dashes on rounded rects
darin: review-
Patch including testcase and ChangeLogs darin: review+

Description Alexander Kellett 2006-03-08 11:08:50 PST
dasharray on rectangles is broken seemingly. correct behaviour can be seen here:
http://svg-whiz.com/svg/w3c/dasharrayOrigin2.png
Comment 1 Rob Buis 2006-03-09 01:42:46 PST
Created attachment 6954 [details]
Fix dashes on rounded rects
Comment 2 Darin Adler 2006-03-09 07:56:15 PST
Comment on attachment 6954 [details]
Fix dashes on rounded rects

Looks good. Marking review- because there's no layout test here.
Comment 3 Rob Buis 2006-03-09 08:21:42 PST
Hi Darin,

Would the svg in the URL (dasharrayOrigin.svg) qualify?
If so, should I add it to custom svg layout tests?
Cheers,

Rob.
Comment 4 Eric Seidel (no email) 2006-03-09 13:08:07 PST
Yes.  It's an Ok layout test.  Better is a test where it's easy to tell if it's right or wrong.
Comment 5 Rob Buis 2006-03-10 02:08:06 PST
Created attachment 6982 [details]
Patch including testcase and ChangeLogs