WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
r14126
Darin Adler
Comment 5
2007-07-30 17:33:06 PDT
r14203
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug