Closed
Bug 84859
Opened 24 years ago
Closed 24 years ago
Scaled transparent images rendered very badly
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: bstrand, Assigned: pavlov)
Details
Attachments
(4 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.2-2 i686; en-US; rv:0.9.1) Gecko/20010607
BuildID: 2001060713
When the size of a transparent image is specified and is not the actual size of
the image, the image is not entirely displayed unless the user scrolls the image
off the top of the screen, then (via mouse-wheel or up arrow) scrolls the image
back into view. Also, rendering slows down noticeably when a scaled image
(transparent or not) comes into view.
Reproducible: Always
Steps to Reproduce:
1. Put a scaled png on an html page
2. Put an unscaled version of the same on the page
3. View in browser; marvel at the cropped (sometimes completely missing) scaled
version.
Actual Results: Various portions of the scaled image get dropped.
Expected Results: The entire image should show, compressed or extended as
appropriate.
I will attach a file and 3 images (1 transparent png, 1 transparent gif, and 1
(obviously) nontransparent jpeg) to illustrate the problem.
Marking dup of bug 74313 - there is a general scaling problem on linux.
*** This bug has been marked as a duplicate of 74313 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•