Closed Bug 1170087 Opened 10 years ago Closed 9 years ago

Skew transformation on images creates garbage during transitions

Categories

(Core :: Graphics: Layers, defect)

2.0 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1151543

People

(Reporter: dolfvolkoff, Unassigned, NeedInfo)

Details

Attachments

(1 file)

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.
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
Can you take a screen shot of the problem?
Flags: needinfo?(dolfvolkoff)
Flags: needinfo?(alice0775)
Attached image screenshot
after transition, temporarily lost anti-aliasing.
Flags: needinfo?(alice0775)
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.

Attachment

General

Created:
Updated:
Size: