diff --git a/demos/node-editor/node-format.md b/demos/node-editor/node-format.md index 557a8950a5..e769865887 100644 --- a/demos/node-editor/node-format.md +++ b/demos/node-editor/node-format.md @@ -178,6 +178,16 @@ Creates a node like `gsk_inset_shadow_node_new()` with the given properties. Creates a node like `gsk_linear_gradient_node_new()` with the given properties. +### mask + +| property | syntax | default | printed | +| -------- | ---------------- | ---------------------- | ----------- | +| source | `` | color { } | always | +| mode | `` | alpha | non-default | +| mask | `` | color { } | always | + +Creates a node like `gsk_mask_node_new()` with the given properties. + ### opacity | property | syntax | default | printed |