Closed
Bug 406479
Opened 18 years ago
Closed 18 years ago
<canvas> repeated low-opacity fills have no effect
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ilmari.heikkinen, Unassigned)
Details
Attachments
(1 file)
|
1.43 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fi; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; fi; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
Filling an area of rgba(132, 132, 132, 1.0)-pixels with rgba(128,128,128, 0.1) has no effect.
Reproducible: Always
Steps to Reproduce:
1. fill canvas with a color
2. repeatedly fill canvas with a second, low-opacity color
Actual Results:
The filled area never reaches the second color.
Expected Results:
The area should eventually turn to the fully opaque version of the second color.
| Reporter | ||
Comment 1•18 years ago
|
||
| Reporter | ||
Updated•18 years ago
|
Severity: normal → minor
Comment 2•18 years ago
|
||
The filling does have an effect, despite the reporter's summary. The complaint is that the canvas never reaches a uniform grey, but as far as I can tell the canvas is doing exactly what I would expect an OVER operation to do, mathematically if not intuitively.
Feel free to reopen if I'm way off-base.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•