Skip to content

Commit

Permalink
Document layer ct
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasaglia committed Jul 26, 2023
1 parent 0e0ecf6 commit 52937bd
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/schema/layers/visual-layer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
{
"type": "object",
"properties": {
"cp": {
"title": "Collapse Transform",
"type": "boolean"
},
"ks": {
"title": "Transform",
"caniuse": "transform",
Expand Down Expand Up @@ -126,6 +122,18 @@
"title": "Layer XML tag name",
"description": "tag name used by the SVG renderer",
"type": "string"
},
"cp": {
"deprecated": true,
"title": "Collapse Transform",
"description": "This is deprecated in favour of `ct`",
"type": "boolean"
},
"ct": {
"title": "Collapse Transform",
"description": "Marks that transforms should be applied before masks",
"$ref": "#/$defs/helpers/int-boolean",
"default": 0
}
},
"required": [
Expand Down

0 comments on commit 52937bd

Please sign in to comment.