Skip to content

Draft: scene: Introduce RectangleItem

Vlad Zahorodnii requested to merge work/zzag/scene-rectangle-item into master

Displaying solid filled rectangles as well as displaying images are the fundamental things that the scene must be capable of.

RectangleItem can have various usecases, e.g. serving as the background behind fullscreen windows or acting as an overlay, etc.

Merge request reports