Closed
Bug 869612
Opened 11 years ago
Closed 11 years ago
[SkiaGL] Cut the Rope - text isn't rendered properly in the game
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 848482
People
(Reporter: gw280, Assigned: chiajung)
References
Details
Text on things like buttons etc in Cut the Rope aren't visible when using Skia GL. It renders perfectly using normal Skia, though.
Assignee | ||
Comment 1•11 years ago
|
||
The root cause for this is due to readback path implementation error.
Text in Cut the Rope is stored in a texture atlas, when rendering text on screen, it use a temprary canvas and then use CanvasElement::toDataURL then render the image to another canvas.
There are several problems currently:
1. DrawTargetSkia::mBitmap is not initialized correctly
2. DrawTargetSkia::mBitmap does not reflect the rendering state
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → chung
Reporter | ||
Comment 2•11 years ago
|
||
This is most likely a dupe of bug 848482 then.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•