Closed
Bug 343193
Opened 19 years ago
Closed 19 years ago
globalCompositeOperation "source-over" incorrect
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: vlad, Assigned: vlad)
Details
Attachments
(1 file)
|
2.05 KB,
patch
|
Details | Diff | Splinter Review |
This is related to bug 307021, but is only part of it. "source-over" is being incorrectly converted to CAIRO_OPERATOR_SOURCE, instead of _OVER; the non-spec "over" is being used as OPERATOR_OVER.
| Assignee | ||
Comment 1•19 years ago
|
||
The fix. This keeps "over" as a valid operand for compat, but for querying the property, "source-over" will always be returned.
Assignee: nobody → vladimir
Status: NEW → ASSIGNED
Comment 2•19 years ago
|
||
It seems this bug is resolved already.
| Assignee | ||
Comment 3•19 years ago
|
||
Yeah, this was fixed, not sure why it's still open.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•