Closed
Bug 842968
Opened 12 years ago
Closed 12 years ago
moz-transform scale is broken again
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 504071
People
(Reporter: dwwaddell, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0
Build ID: 20130215130331
Steps to reproduce:
This broke in 18 but I was able to fix it by switching the order of moz-transform to:
-moz-transform: scale(3);
transform: scale(3);
... with 19 no change of order (or removal) fixes the issue (Nightly 20A1 64-bit is still good).
Actual results:
Visit:
http://www.d-a-v-e.org/Glaucoma_FAQ.html
Scaled images are blurred.
Expected results:
As in all other browsers, scaled images are sharp.
Was fixed in nightly 2013-01-08
Will try to locale the fix later today.
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=605ae260b7c8&tochange=dccab70d8554
Dupe of Bug 504071?
Didn't manage to get the mash from back then to work. But i did a backup of 546f9f3999d3, and ya that seams to be the cause.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•