Bug 13665
Summary: | Canvas: stroke() and fill() blow away the current path | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ian 'Hixie' Hickson <ian> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | PC | ||
OS: | OS X 10.4 | ||
URL: | http://www.hixie.ch/tests/adhoc/html/canvas/007.html |
Ian 'Hixie' Hickson
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ian 'Hixie' Hickson
This is bogus. The bug I was seeing was bug 13669. My bad.