projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df93875
)
Fix a typo in the node format definition
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 7 May 2023 02:29:44 +0000
(22:29 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 7 May 2023 13:19:44 +0000
(09:19 -0400)
demos/node-editor/node-format.md
patch
|
blob
|
history
diff --git
a/demos/node-editor/node-format.md
b/demos/node-editor/node-format.md
index 7df87aa6a8c83c65962fcb5f6793b83e235906f3..a70055c51ec3d84c09bb55ac0d0dd7aa96c9623d 100644
(file)
--- a/
demos/node-editor/node-format.md
+++ b/
demos/node-editor/node-format.md
@@
-193,7
+193,7
@@
Creates a node like `gsk_linear_gradient_node_new()` with the given properties.
| property | syntax | default | printed |
| -------- | ---------------- | ---------------------- | ----------- |
| source | `<node>` | color { } | always |
-| mode | `<
blend-mode>`
| alpha | non-default |
+| mode | `<
mask-mode>`
| alpha | non-default |
| mask | `<node>` | color { } | always |
Creates a node like `gsk_mask_node_new()` with the given properties.