WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug