Position of the note with respect to top left corner. Values are normalized in [0, 1]
Type: object
Attribute | Type | Description |
---|---|---|
x | number | The X-coordinate of the note's position. For area notes, this represents the X-coordinate of the end point. |
y | number | The Y-coordinate of the note's position. For area notes, this represents the Y-coordinate of the end point. |
x_start | number (Optional) | The X-coordinate of the start point for area notes. Ignored for point notes. |
y_start | number (Optional) | The Y-coordinate of the start point for area notes. Ignored for point notes. |
Example
{
"x": 0.93,
"y": 0.1,
"x_start": 0.9,
"y_start": 0.05
}