aboutsummaryrefslogtreecommitdiff
path: root/src/fields/documentSchemas.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-07-12 13:05:42 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-07-12 13:05:42 -0400
commit3439640aad338bb8ff0e12df637e1b4509684001 (patch)
tree1e77db6911e93bc00386d7552bdbf344bb0d6127 /src/fields/documentSchemas.ts
parentadd9dfeec764b5a60a57344c79fd23a91c031a2d (diff)
fixed stroke alignment with docked menus. fixed initializing InkingStrokes
Diffstat (limited to 'src/fields/documentSchemas.ts')
-rw-r--r--src/fields/documentSchemas.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fields/documentSchemas.ts b/src/fields/documentSchemas.ts
index 97f62c9d4..c1659d4d5 100644
--- a/src/fields/documentSchemas.ts
+++ b/src/fields/documentSchemas.ts
@@ -73,6 +73,9 @@ export const documentSchema = createSchema({
opacity: "number", // opacity of document
strokeWidth: "number",
strokeBezier: "number",
+ strokeStartMarker: "string",
+ strokeEndMarker: "string",
+ strokeDash: "string",
textTransform: "string",
treeViewOpen: "boolean", // flag denoting whether the documents sub-tree (contents) is visible or hidden
treeViewExpandedView: "string", // name of field whose contents are being displayed as the document's subtree