Open
Bug 1006749
Opened 11 years ago
Updated 2 months ago
Replace gfxSize with gfx::Size (carefully) in ImageLib
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
NEW
People
(Reporter: dholbert, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 1006123 is reverting some s/gfxSize/gfx::Size/ conversions in ImageLib (i.e. it's reintroducing some gfxSize variables), because the reduced precision of gfx::Size caused behavior-changes and broke image downscaling.
Since we do eventually want to switch to Moz2D types like gfx::Size everywhere, I'm filing this bug here to track *careful* gfxSize removal in ImageLib. (switching to gfx::Size or similar, in a way that doesn't regress bug 1006123).
See also bug 1006123 comment 24.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•