Closed
Bug 89022
Opened 24 years ago
Closed 24 years ago
The stretched Image doesn't look like the original...
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: thomas.schlichter, Assigned: tor)
References
()
Details
Attachments
(3 files)
|
89.64 KB,
image/jpeg
|
Details | |
|
88.15 KB,
image/jpeg
|
Details | |
|
1.37 KB,
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.2) Gecko/20010628
BuildID: 2001062823
The Lines should be 15 respectively 30 Pixels wide. But all along the border
They are smaller, so that The inner lines are stretched more to get the correct
size... It seems to work under Windows and IE and NN4x just do it right, too...
(NN4x even under Linux ;-)
Reproducible: Always
Steps to Reproduce:
1.Load the page
2.look...
3.(compare with other browser)
Actual Results: The Image just looks not correct...
Expected Results: It should look correct ;-)
Nothing special...
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
Taking bug.
Assignee: pavlov → tor
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•24 years ago
|
||
can you not get rid of 'dx2' now and just use dx? other than that, r=pavlov
Comment 6•24 years ago
|
||
sr=brendan@mozilla.org, although the dx/dx2 names confuse me, as these are
deltas along the y axis.
Pav, I don't see how to eliminate dx2, as it is used in the loop body.
/be
Yeah, the dx/dx2 variable names gave me a headache too when I was working
through the code fixing a problem with single pixel width/height images.
I kept the confusing names to remain as close as possible to the original
source (graphics gems).
Comment 8•24 years ago
|
||
a=asa on behalf of drivers.
Checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•