Phase 3 implementation. Coordinate system implemented. Initial text box tool implemented.
This commit is contained in:
parent
c159ad4f37
commit
4cb038ec78
34 changed files with 6676 additions and 130 deletions
|
|
@ -39,7 +39,8 @@
|
|||
"align": { "type": "string", "enum": ["left", "center", "right"], "default": "left" },
|
||||
"bold": { "type": "boolean", "default": false },
|
||||
"italic": { "type": "boolean", "default": false },
|
||||
"lineHeight": { "type": "number", "default": 1.2 }
|
||||
"lineHeight": { "type": "number", "default": 1.2 },
|
||||
"highlightColor": { "type": ["string", "null"] }
|
||||
},
|
||||
"required": ["text"]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue