[Webkit-unassigned] [Bug 80674] New: Compat issues <canvas> strokes with dash and dashOffset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 8 21:07:56 PST 2012


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

           Summary: Compat issues <canvas> strokes with dash and
                    dashOffset
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: noel.gordon at gmail.com


Bug 63933 introduced dashed lines support for the <canvas> element.  No tests pixel were added, no V8 bindings.

Chrome bindings would be simple, and would route to the GraphicsContext line stroker used for SVG dashed paths.  For simple lines paths compat b/w browsers is reasonable.  However, for complex paths, the interaction of line-joins and path shapes lead to interesting compat issues.  knots.svg attached.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list