[Webkit-unassigned] [Bug 138555] New: <Error>: CGContextSetLineDash: invalid dash array: at least one element must be non-zero

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 9 20:58:03 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=138555

            Bug ID: 138555
           Summary: <Error>: CGContextSetLineDash: invalid dash array: at
                    least one element must be non-zero
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
               URL: http://linkedin.com
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: thorton at apple.com, zalan at apple.com, zimmermann at kde.org

When loading linkedin.com (signed in) in MiniBrowser, I get lots of:

<Error>: CGContextSetLineDash: invalid dash array: at least one element must be non-zero.

(lldb) p dashes
(DashArray) $0 = { size = 1, capacity = 0 } {
  [0] = 0
  m_size = 1
  m_capacity = 2
  m_buffer = 0x000060800001c3b0
}

so we're giving CG a dash array with a single zero item.

This is from an SVG image; not sure which one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141110/0e0efb81/attachment-0002.html>


More information about the webkit-unassigned mailing list