Line~
obj:line
Property | Value | Default | Description |
---|---|---|---|
points | JSON array | "" | The name of the image file |
auto_size | bool | true | Automatically set the size of the line object to the outer bounds |
y_invert | bool | false | The y direction might be counter-intuitive in some cases so the y coordinates can be inverted |
The points parameter is a JSON array of [x,y] coordinates, for example [[10,25],[100,25],[100,0]]
.
Example jsonl
1 |
|