Closed
Bug 1129467
Opened 10 years ago
Closed 10 years ago
DrawTargetTiled doesn't apply the the tile offset until the first SetTranform call
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: nical, Assigned: nical)
References
Details
Attachments
(1 file)
(deleted),
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
The offset is applied when calling SetTransform but doesn't seem to be set anywhere else, so drawing commands arriving between the creation of the DrawTarget and the first SetTransform call don't have the tile offset accounted for.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8559318 -
Flags: review?(bas)
Comment 2•10 years ago
|
||
Comment on attachment 8559318 [details] [diff] [review]
Apply the correct transformation during initialization
Review of attachment 8559318 [details] [diff] [review]:
-----------------------------------------------------------------
Good one.
Attachment #8559318 -
Flags: review?(bas) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•