Is it possible to render web content over a clear background using WebKit?

后端 未结 5 1490
名媛妹妹
名媛妹妹 2020-12-04 10:52

I\'m trying to gauge the possibility of a patch to WebKit which would allow all rendered graphics to be rendered onto a fully transparent background.

The desired eff

5条回答
  •  渐次进展
    2020-12-04 11:37

    Basically you want to be setting the ARGB colour space to be sending to the window manager. Obviously only window managers that support compositing will be able to take advantage of this.

    You might want to talk to the screenlet and compiz developers they should be able to help out more.

提交回复
热议问题