Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 986 Bytes

layer-level-compositing.md

File metadata and controls

22 lines (11 loc) · 986 Bytes

Layer level compositing

Layers support comp-op and opacity properties. If one of these properties set, a new rendering buffer is associated with the layer and rendering goes to that buffer. When rendering of the layer and its sublayers is done, the associated buffer is composited into parent buffer (map or parent layer).

If neither comp-op nor opacity explicitly defined, rendering buffer is inherited from parent layer.

Examples

See following visual tests.

comp-op

nested-layers-1.xml

nested-layers-1

opacity

layer-opacity.xml

layer-opacity