Bug 7666 - dasharray on rounded rectangles is broken
Summary: dasharray on rounded rectangles is broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL: http://svg-whiz.com/svg/w3c/dasharray...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-08 11:08 PST by Alexander Kellett
Modified: 2006-03-13 18:17 PST (History)
0 users

See Also:


Attachments
Fix dashes on rounded rects (2.26 KB, patch)
2006-03-09 01:42 PST, Rob Buis
darin: review-
Details | Formatted Diff | Diff
Patch including testcase and ChangeLogs (3.86 KB, patch)
2006-03-10 02:08 PST, Rob Buis
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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