Closed
Bug 250635
Opened 21 years ago
Closed 11 months ago
Image scaling for 'compound images' (using -moz-image-region) doesn't work
Categories
(Core Graveyard :: Image: Painting, defect)
Core Graveyard
Image: Painting
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: alfredkayser, Unassigned)
Details
Attachments
(1 file)
23.07 KB,
image/png
|
Details |
Image scaling for 'compound images' (using -moz-image-region) doesn't work:
testcase:
in global/skin/toolbarbutton.css (or userChrome.css) do:
.toolbarbutton-icon {
min-width: 16px !important;
min-height: 16px !important;
}
In all themes using image maps for the toolbarbuttons, the images
will be not 'clipped' to the region normally applied with -moz-image-region,
and resized as a whole to the enforced size.
Reporter | ||
Comment 1•21 years ago
|
||
See how the icons of most buttons just show the whole image but rescaled to
16x16.
Icons of the rss and sage extentions are scaled correctly (because they don't
do -moz-image-region)...
Assignee: jdunn → pavlov
Updated•18 years ago
|
Assignee: pavlov → nobody
QA Contact: image.gfx
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•