Closed
Bug 1122621
Opened 10 years ago
Closed 10 years ago
Tile origin is incorrectly scaled with DrawTargetTiled and low res painting
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: nical, Assigned: nical)
References
Details
Attachments
(1 file)
1.18 KB,
patch
|
BenWa
:
review+
|
Details | Diff | Splinter Review |
aTileOrigin in ValidateTile is already multiplied by the tile resolution (see TiledLayerBuffer.h), so multiplying it again by the resolution is wrong:
https://hg.mozilla.org/mozilla-central/file/cac6192956ab/gfx/layers/client/TiledContentClient.cpp#l1171
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8550371 -
Flags: review?(bgirard)
Updated•10 years ago
|
Attachment #8550371 -
Flags: review?(bgirard) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•