Closed
Bug 1170087
Opened 10 years ago
Closed 9 years ago
Skew transformation on images creates garbage during transitions
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1151543
People
(Reporter: dolfvolkoff, Unassigned, NeedInfo)
Details
Attachments
(1 file)
253.31 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150513174244
Steps to reproduce:
Apply CSS rules to an <img>:
.example_img { transform: skew(6deg,2deg); }
.example_img:hover { transform: skew(-3deg,-1deg); }
.example_img, .example_img:hover { transition: transform 0.15s; }
Example: http://volkoffnet.com (images to the right of the comment section).
Actual results:
During transitions of the skew transformation there appears some pixelated garbage on the image borders (which doesn't happen in Google Chrome or Internet Explorer).
Expected results:
There should not be garbage on image borders during transitions.
Comment 1•10 years ago
|
||
Confirmed on Windows7
Setting layers.acceleration.disabled = true helps
Status: UNCONFIRMED → NEW
Component: Untriaged → Graphics: Layers
Ever confirmed: true
Version: 38 Branch → 2.0 Branch
Updated•9 years ago
|
Flags: needinfo?(alice0775)
Comment 3•9 years ago
|
||
after transition, temporarily lost anti-aliasing.
Flags: needinfo?(alice0775)
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•