Skip to content

Commit 7b2d64b

Browse files
committed
Merge branch 'fil/brush-dataless' into fil/brush-data-options
2 parents 115f9fe + 113b4dc commit 7b2d64b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/interactions/brush.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ The brush value dispatched on [_input_ events](#input-events). When the brush is
294294
- **data** - when the brush has data, the filtered subset
295295
- **pending** - `true` during interaction; absent when committed
296296
297-
By convention, *x1* < *x2* and *y1* < *y2*. The brushX value does not include *y1* and *y2*; similarly, the brushY value does not include *x1* and *x2*.
297+
By convention, *x1* < *x2* and *y1* < *y2*. The brushX value does not include *y1* and *y2*; similarly, the brushY value does not include *x1* and *x2*. Values are automatically rounded to the optimal precision that distinguishes neighboring pixels.
298298
299299
The **pending** property indicates the user is still interacting with the brush. To skip intermediate values and react only to committed selections:
300300

0 commit comments

Comments
 (0)