Closed
Bug 5056
Opened 25 years ago
Closed 25 years ago
[PP] Opaque images have red backgrounds
Categories
(Core Graveyard :: GFX, defect, P3)
Tracking
(Not tracked)
People
(Reporter: elig, Assigned: kmcclusk)
References
()
Details
* TITLE/SUMMARY
[PP] Opaque eyeballs from Demo #10 have red background
* STEPS TO REPRODUCE
0) Launch Apprunner
1) View Demo #10. (Debug | Viewer), or use the simplified HTML snippet enclosed.
[using the image files from the x86rel/samples/res directory]
* RESULT
- What happened
The three eyeballs have a red background, rather than a white background. (The
red background becomes increasingly darker as the opacity progresses from 0 to
.75.)
- What was expected
I'm guessing that the way IE5 handles this same HTML snippet is correct --- white
background. (But could be mistaken)
* REGRESSION
- Occurs On
Win32 Apprunner (4.9.99 AM optimized build [NT 4, Service Pack 3])
- Doesn't Occur On
Mac OS Apprunner (4.9.99 PM optimized build)
Linux Apprunner (4.9.99 PM optimized build)
* CONFIGURATIONS TESTED
- [Mac] Power Mac 8500/120 (233 Mhz 604e), 64 MB RAM (VM on; 1 MB of VM used),
1024x768 (Thousands of Colors), Mac OS 8.5.1
- [Win32] Vectra VL (233 Mhz P2), 96 MB RAM, 800x600 (True Color), NT 4.0 SP3.
- [Linux] Vectra VL (266 Mhz P2), 96 MB RAM.
* HTML SNIPPET
<HTML><BODY>
<IMG SRC="Anieyes.gif" style="opacity:0.25;" width=150>
<IMG SRC="Anieyes.gif" style="opacity:0.5;" width=150>
<IMG SRC="Anieyes.gif" style="opacity:0.75;" width=150>
</BODY></HTML>
Reporter | ||
Updated•25 years ago
|
Summary: [PP] Opaque eyeballs from Demo #10 have red background → [PP] Opaque images have red backgrounds
Reporter | ||
Comment 1•25 years ago
|
||
Also, per bug #1307, this does work when using 16-bit (32K color) video.
Reporter | ||
Updated•25 years ago
|
Assignee: pnunn → kmcclusk
Component: ImageLib → Compositor
Reporter | ||
Comment 2•25 years ago
|
||
[Assuming that this is a subset/duplicate of 4820, but can't tell for certain
from that bug report.]
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•25 years ago
|
||
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•25 years ago
|
||
Looks like a dupe to me; rubber-stamped as verified.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•