Closed
Bug 1036139
Opened 11 years ago
Closed 10 years ago
[Skia] Plugin content not rendering correctly with Skia content on Linux
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1196927
People
(Reporter: gw280, Assigned: gw280)
References
Details
Plugins don't appear to be rendering at all in Linux. This causes the majority of the remaining content failures.
It is unclear why they aren't rendering, but it may be related to GetNativeSurface() being unimplemented for cairo surfaces in DrawTargetSkia.
Assignee | ||
Comment 1•11 years ago
|
||
This is related to basic layers on Linux. the test plugin renders a grey rectangle at 80% opacity, and the alpha isn't being respected somewhere in Skia/DrawTargetSkia. I can't reproduce it locally if I have GL layers enabled.
Comment 2•10 years ago
|
||
(In reply to George Wright (:gw280) from comment #1)
> This is related to basic layers on Linux. the test plugin renders a grey
> rectangle at 80% opacity, and the alpha isn't being respected somewhere in
> Skia/DrawTargetSkia. I can't reproduce it locally if I have GL layers
> enabled.
Is this still a problem in nightly, or has it been fixed?
Flags: needinfo?(gwright)
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(gwright)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•