[Webkit-unassigned] [Bug 13665] New: Canvas: stroke() and fill() blow away the current path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 10 15:09:29 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13665

           Summary: Canvas: stroke() and fill() blow away the current path
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
               URL: http://www.hixie.ch/tests/adhoc/html/canvas/007.html
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ian at hixie.ch


STEPS TO REPRODUCE
 1. Create a path.
 2. Stroke it.
 3. Fill it.

ACTUAL RESULTS
 The fill doesn't work.

EXPECTED RESULTS
 Until you call beginPath() or you change the size of the canvas, the path
 shouldn't be touched.

TESTCASE:
   http://www.hixie.ch/tests/adhoc/html/canvas/007.html


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



More information about the webkit-unassigned mailing list