Open
Bug 1398222
Opened 8 years ago
Updated 3 years ago
Add test for APNGs with dimensions which are not a factor of 4
Categories
(Core :: Graphics: ImageLib, enhancement, P3)
Core
Graphics: ImageLib
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fix-optional |
People
(Reporter: aosmond, Assigned: aosmond)
References
Details
(Whiteboard: [gfx-noted])
We have encountered issues with APNGs with not a factor of 4 dimensions which we switched from volatile buffers on Android to non-volatile. For some surface types, the stride will not equal 4 * width when the width is not a multiple of 4. It will add some padding on each row. This caused distortion as seen in bug 1391430. While we have fixed this, we should add a test case for it.
| Assignee | ||
Updated•8 years ago
|
Updated•8 years ago
|
status-firefox57:
--- → fix-optional
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•