Closed
Bug 953077
Opened 11 years ago
Closed 11 years ago
context.imageSmoothingEnabled is not respected when using fillRect
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 696630
People
(Reporter: starwed, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20131222030204
Steps to reproduce:
- set imageSmoothingEnabled to false
- create a pattern from that image
- use fillRect() to display that image
jsfiddle: http://jsfiddle.net/h5mCt/
Actual results:
Aliasing is applied to the image in Firefox
Expected results:
The image should stay crisp and unsmoothed, like in Webkit browsers.
| Reporter | ||
Comment 1•11 years ago
|
||
This is a dupe of bug #696630. (How did that not come up when I searched for imageSmoothingEnabled?)
| Reporter | ||
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•