RESOLVED INVALID 13665
Canvas: stroke() and fill() blow away the current path
https://bugs.webkit.org/show_bug.cgi?id=13665
Summary Canvas: stroke() and fill() blow away the current path
Ian 'Hixie' Hickson
Reported 2007-05-10 15:09:29 PDT
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
Attachments
Ian 'Hixie' Hickson
Comment 1 2007-05-10 16:55:23 PDT
This is bogus. The bug I was seeing was bug 13669. My bad.
Note You need to log in before you can comment on or make changes to this bug.