Closed
Bug 307022
Opened 19 years ago
Closed 16 years ago
globalCompositeOperation options source-in, source-out, destination-in, etc. render incorrectly
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: kamiel, Unassigned)
Details
Attachments
(4 files, 3 obsolete files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050903 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050903 Firefox/1.0+ As far is I can tell the branch build does not render the following options correctly: - source-in - source-out - source-over - destination-in - destination-atop - darker - copy Reproducible: Always Steps to Reproduce: 1. See the testcase 2. 3. Actual Results: Look at the screenshot with my results Expected Results: See the intended result screenshot
| Reporter | ||
Updated•19 years ago
|
Version: Trunk → 1.8 Branch
| Reporter | ||
Comment 2•19 years ago
|
||
My results with the following branch build: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050903 Firefox/1.0+
| Reporter | ||
Comment 3•19 years ago
|
||
I think this should be the intended result. (ignoring the anti-aliasing offcourse)
Comment 4•19 years ago
|
||
I'm not seeing the same thing as you showed in your screenshot, but I am seeing the anti-aliasing differences on Linux and Windows. (Screenshots were taken on today's trunk builds.)
| Reporter | ||
Comment 5•19 years ago
|
||
Adam, This was tested on the branch build not the trunk. The trunk build performs much better than the branch build but still isn't perfect. see bug 307021.
| Reporter | ||
Comment 6•19 years ago
|
||
Just tested this on the 1.5 beta 1 build and I still get the same results.
Comment 7•16 years ago
|
||
1.5 is unsupported.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 8•16 years ago
|
||
This is the results I get with the current Firefox 3 on windows xp: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Attachment #194818 -
Attachment is obsolete: true
| Reporter | ||
Comment 9•16 years ago
|
||
Ted, This bug may be reported almost 3 years ago but it still exists in the current firefox 3: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0. It also looks like this is mostly a Windows problem. In ubuntu only darker doesn't seem to work.
Status: RESOLVED → UNCONFIRMED
Resolution: WONTFIX → ---
Version: 1.8 Branch → 1.9.0 Branch
Comment 10•16 years ago
|
||
copy is bug 366283, and darker is bug 307021. I don't think this testcase is actually correct. The testcase here: http://developer.mozilla.org/samples/canvas-tutorial/6_1_canvas_composite.html shows everything but copy and darker looking correct for me on Windows XP.
| Reporter | ||
Comment 12•16 years ago
|
||
Your right the testcase is broken it's missing a beginpath statement which makes it behave strangly. The testcase I made for the tutorial is, as you point out, behaving correctly except for darker and copy.
| Reporter | ||
Comment 13•16 years ago
|
||
Removed a script error from the testcase.
Attachment #194817 -
Attachment is obsolete: true
| Reporter | ||
Comment 14•16 years ago
|
||
updated with results for the new testcase
Attachment #327591 -
Attachment is obsolete: true
Comment 15•16 years ago
|
||
Can we then resolve this as INVALID or dupe to one of those other bugs I mentioned, since it looks like everything else is working?
| Reporter | ||
Comment 16•16 years ago
|
||
Agreed
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•