[Webkit-unassigned] [Bug 13666] New: Canvas: fillRect() blows away the current path

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


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

           Summary: Canvas: fillRect() blows away the current path
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
               URL: http://www.hixie.ch/tests/adhoc/html/canvas/020.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. Call fillRect().
 3. Stroke the path.

ACTUAL RESULTS
 The stroke 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/020.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