Closed
Bug 729145
Opened 12 years ago
Closed 12 years ago
Simple Canvas drawing rendering incorrectly
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
VERIFIED
FIXED
mozilla13
People
(Reporter: adil, Assigned: jrmuizel)
References
()
Details
(Keywords: regression, Whiteboard: [qa!])
Attachments
(1 file)
781 bytes,
patch
|
mattwoodrow
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:12.0a2) Gecko/20120219 Firefox/12.0a2 Build ID: 20120219042015 Steps to reproduce: Open this URL http://jsfiddle.net/codepo8/ccvxy/ Actual results: It drew a circular pattern in a new canvas element that did not look like a spider's web Expected results: Drawn a spider's web.
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 1•12 years ago
|
||
The page renders correctly in the Firefox 10 and Webkit.
![]() |
||
Comment 2•12 years ago
|
||
Adil, would you be willing to find the regression range by any chance?
Keywords: regression,
regressionwindow-wanted
![]() |
||
Comment 3•12 years ago
|
||
Looks like a regression in this range: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=34572943a3e4&tochange=f4049f65efc6 Almost certainly a regression from Azure canvas on OSX.
Blocks: 692879
Status: UNCONFIRMED → NEW
tracking-firefox12:
--- → ?
tracking-firefox13:
--- → ?
Ever confirmed: true
Keywords: regressionwindow-wanted
Assignee | ||
Comment 4•12 years ago
|
||
Do you see the same problem on windows?
![]() |
||
Comment 5•12 years ago
|
||
On Windows, I see correct rendering in both Firefox 10 and today's nightly.
Reporter | ||
Comment 6•12 years ago
|
||
From a quick test this issue started to happen from FF 12 on the Mac. I did not see the issue in FF 11.
Assignee | ||
Comment 7•12 years ago
|
||
This was a copy&paste typo
Attachment #599723 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 8•12 years ago
|
||
This was caught by our http://philip.html5.org/tests/canvas/suite/tests/2d.path.quadraticCurveTo.ensuresubpath.2.html which is not in our test suite.
Updated•12 years ago
|
Attachment #599723 -
Flags: review?(matt.woodrow) → review+
Comment 9•12 years ago
|
||
Tracking for Firefox 12 and up since this is a recent regression and may cause web compatibility issues. The fix seems low risk, and we'd therefore like to get this uplifted to Aurora 12 if you agree.
Assignee | ||
Comment 10•12 years ago
|
||
Comment on attachment 599723 [details] [diff] [review] Don't ignore curves when we don't have a current point [Approval Request Comment] Yes please. This is low risk.
Attachment #599723 -
Flags: approval-mozilla-aurora?
Comment 11•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b63833059d11
Assignee: nobody → jmuizelaar
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Updated•12 years ago
|
Attachment #599723 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 12•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/abe71413079e
status-firefox12:
--- → fixed
status-firefox13:
--- → fixed
Comment 13•12 years ago
|
||
Setting this as verified fixed on: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:12.0) Gecko/20100101 Firefox/12.0 beta 3 I've loaded the URL from the description an a spider web was displayed.
Comment 14•12 years ago
|
||
Verified fixed on FF 13b3: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:13.0) Gecko/20100101 Firefox/13.0
You need to log in
before you can comment on or make changes to this bug.
Description
•