Rescue Paperjet v1 implementation
This commit is contained in:
parent
7ff5c8130d
commit
db9e2ca51b
83 changed files with 6186 additions and 3894 deletions
|
|
@ -104,7 +104,9 @@
|
|||
"kind": { "type": "string", "enum": ["rect", "ellipse", "line", "arrow"] },
|
||||
"strokeColor": { "type": "string", "default": "#000000" },
|
||||
"fillColor": { "type": "string", "default": "transparent" },
|
||||
"strokeWidth": { "type": "number", "default": 2 }
|
||||
"strokeWidth": { "type": "number", "default": 2 },
|
||||
"start": { "type": "array", "items": { "type": "number" }, "minItems": 2, "maxItems": 2 },
|
||||
"end": { "type": "array", "items": { "type": "number" }, "minItems": 2, "maxItems": 2 }
|
||||
},
|
||||
"required": ["kind"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue