RESOLVED FIXED 8651
CGContextSetLineDash: invalid dash array: emmited during WebKit tests
https://bugs.webkit.org/show_bug.cgi?id=8651
Summary CGContextSetLineDash: invalid dash array: emmited during WebKit tests
Matt Gough
Reported 2006-04-28 14:40:37 PDT
The following gets output during the Layout tests: svg/custom ......................CGContextSetLineDash: invalid dash array: negative lengths are not allowed. ........................ tables/mozilla/bugs ...... etc etc Is this normal?
Attachments
Better handling of invalid stroke-dasharray property (1.27 KB, patch)
2006-04-30 08:30 PDT, Rob Buis
eric: review+
Eric Seidel (no email)
Comment 1 2006-04-28 14:52:15 PDT
This is a regression introduced by an SVG layout test I recently added (and rob wrote, irrc).
Rob Buis
Comment 2 2006-04-30 08:30:46 PDT
Created attachment 8043 [details] Better handling of invalid stroke-dasharray property You are right, the warning is an indication of a problem. The problem here is that invalid stroke-dasharray values are still accepted, this patch discards invalid values for it, so the warning will be gone now... Cheers, Rob.
Eric Seidel (no email)
Comment 3 2006-04-30 15:01:46 PDT
Comment on attachment 8043 [details] Better handling of invalid stroke-dasharray property r=me
Eric Seidel (no email)
Comment 4 2006-05-01 01:30:57 PDT
Darin Adler
Comment 5 2007-07-30 17:33:06 PDT
Note You need to log in before you can comment on or make changes to this bug.